#ABAF5C

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

Shades of Olive Green #ABAF5C

Tints of Olive Green #ABAF5C

Color information

#ABAF5C (or 0xABAF5C) is unknown color: approx Olive Green. HEX triplet: AB, AF and 5C. RGB value is (171,175,92). Sum of RGB (Red+Green+Blue) = 171+175+92=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF5C is #5450A3. Grayscale: #A4A4A4. Windows color (decimal): -5525668 or 6074283. OLE color: 6074283.

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

Color convert

RGB17117592-
CMYK0.0200.470.31
HSL62.89º34.16%52.35%-
HSV(B)62.89º47.43%68.63%-
XYZ34.0640.0916.07-
YUV164.3487.17132.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=39.04%
G=39.95%
B=21.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175920.0200.470.3162.8934.1652.35
HexABAF5C202F1F3f2234
Octal253257134205737774264
Binary1010101110101111101110010010111111111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF5C; }

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

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

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

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

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

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

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

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