#afbd27

Color #AFBD27 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AFBD27

Tints of Bahia #AFBD27

Color information

#AFBD27 (or 0xAFBD27) is unknown color: approx Bahia. HEX triplet: AF, BD and 27. RGB value is (175,189,39). Sum of RGB (Red+Green+Blue) = 175+189+39=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD27 is #5042D8. Grayscale: #A8A8A8. Windows color (decimal): -5259993 or 2604463. OLE color: 2604463.

HSL color Cylindrical-coordinate representation of color #AFBD27: hue angle of 65.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFBD27 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB17518939-
CMYK0.0700.790.26
HSL65.6º65.79%44.71%-
HSV(B)65.6º79.37%74.12%-
XYZ36.2445.668.82-
YUV167.7155.36133.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=43.42%
G=46.90%
B=9.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175189390.0700.790.2665.665.7944.71
HexAFBD27704F1A42422d
Octal25727547701173210210255
Binary1010111110111101100111111010011111101010000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbd27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbd27; }

 p { color: rgb(175,189,39); }

 H1.HeaderClassName
 {
   color: #afbd27;
 }
 .AnyTagClassName
 {
   color: #afbd27;
 }
</style>
background-color css

<style>
 a { background-color: #afbd27; }

 a { background-color: rgb(175,189,39); }

 div.DivClassName
 {
   background-color: #afbd27;
 }
 .BgClassName
 {
   background-color: #afbd27;
 }
</style>
border-color css

<style>
 span { border-color: #afbd27; }

 span { border-color: rgb(175,189,39); }

 td.TdClassName
 {
   border-color: #afbd27;
 }
 .TagClassName
 {
   border-color: #afbd27;
 }
</style>