#AFAB51

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

Shades of Olive Green #AFAB51

Tints of Olive Green #AFAB51

Color information

#AFAB51 (or 0xAFAB51) is unknown color: approx Olive Green. HEX triplet: AF, AB and 51. RGB value is (175,171,81). Sum of RGB (Red+Green+Blue) = 175+171+81=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB51 is #5054AE. Grayscale: #A2A2A2. Windows color (decimal): -5264559 or 5352367. OLE color: 5352367.

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

Color convert

RGB17517181-
CMYK00.020.540.31
HSL57.45º37.01%50.2%-
HSV(B)57.45º53.71%68.63%-
XYZ33.7338.8313.5-
YUV161.9482.33137.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=40.98%
G=40.05%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751718100.020.540.3157.4537.0150.2
HexAFAB5102361F392532
Octal257253121026637714562
Binary1010111110101011101000101011011011111111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB51; }

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

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

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

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

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

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

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

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