#AFAB52

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

Shades of Olive Green #AFAB52

Tints of Olive Green #AFAB52

Color information

#AFAB52 (or 0xAFAB52) is unknown color: approx Olive Green. HEX triplet: AF, AB and 52. RGB value is (175,171,82). Sum of RGB (Red+Green+Blue) = 175+171+82=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB52 is #5054AD. Grayscale: #A2A2A2. Windows color (decimal): -5264558 or 5417903. OLE color: 5417903.

HSL color Cylindrical-coordinate representation of color #AFAB52: hue angle of 57.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFAB52 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17517182-
CMYK00.020.530.31
HSL57.42º36.76%50.39%-
HSV(B)57.42º53.14%68.63%-
XYZ33.7738.8513.7-
YUV162.0582.83137.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=40.89%
G=39.95%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751718200.020.530.3157.4236.7650.39
HexAFAB5202351F392532
Octal257253122026537714562
Binary1010111110101011101001001011010111111111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB52; }

 p { color: rgb(175,171,82); }

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

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

 a { background-color: rgb(175,171,82); }

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

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

 span { border-color: rgb(175,171,82); }

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