#AFB52F

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

Shades of Bahia #AFB52F

Tints of Bahia #AFB52F

Color information

#AFB52F (or 0xAFB52F) is unknown color: approx Bahia. HEX triplet: AF, B5 and 2F. RGB value is (175,181,47). Sum of RGB (Red+Green+Blue) = 175+181+47=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB52F is #504AD0. Grayscale: #A4A4A4. Windows color (decimal): -5262033 or 3126703. OLE color: 3126703.

HSL color Cylindrical-coordinate representation of color #AFB52F: hue angle of 62.69º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFB52F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB17518147-
CMYK0.0300.740.29
HSL62.69º58.77%44.71%-
HSV(B)62.69º74.03%70.98%-
XYZ34.7242.379.04-
YUV163.9362.01135.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 47 (18.75% from 255) = 11.66%
R=43.42%
G=44.91%
B=11.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181470.0300.740.2962.6958.7744.71
HexAFB52F304A1D3f3b2d
Octal257265573011235777355
Binary1010111110110101101111110100101011101111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB52F; }

 p { color: rgb(175,181,47); }

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

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

 a { background-color: rgb(175,181,47); }

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

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

 span { border-color: rgb(175,181,47); }

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