#ABBB5F

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

Shades of Olive Green #ABBB5F

Tints of Olive Green #ABBB5F

Color information

#ABBB5F (or 0xABBB5F) is unknown color: approx Olive Green. HEX triplet: AB, BB and 5F. RGB value is (171,187,95). Sum of RGB (Red+Green+Blue) = 171+187+95=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB5F is #5444A0. Grayscale: #ACACAC. Windows color (decimal): -5522593 or 6273963. OLE color: 6273963.

HSL color Cylindrical-coordinate representation of color #ABBB5F: hue angle of 70.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABBB5F is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17118795-
CMYK0.0900.490.27
HSL70.43º40.35%55.29%-
HSV(B)70.43º49.2%73.33%-
XYZ36.6345.0217.59-
YUV171.7384.7127.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=37.75%
G=41.28%
B=20.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171187950.0900.490.2770.4340.3555.29
HexABBB5F90311B462837
Octal25327313711061331065067
Binary1010101110111011101111110010110001110111000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB5F; }

 p { color: rgb(171,187,95); }

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

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

 a { background-color: rgb(171,187,95); }

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

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

 span { border-color: rgb(171,187,95); }

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