#ABB158

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

Shades of Olive Green #ABB158

Tints of Olive Green #ABB158

Color information

#ABB158 (or 0xABB158) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 58. RGB value is (171,177,88). Sum of RGB (Red+Green+Blue) = 171+177+88=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB158 is #544EA7. Grayscale: #A5A5A5. Windows color (decimal): -5525160 or 5812651. OLE color: 5812651.

HSL color Cylindrical-coordinate representation of color #ABB158: hue angle of 64.04º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABB158 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17117788-
CMYK0.0300.500.31
HSL64.04º36.33%51.96%-
HSV(B)64.04º50.28%69.41%-
XYZ34.2840.8115.3-
YUV165.0684.51132.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=39.22%
G=40.60%
B=20.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177880.0300.500.3164.0436.3351.96
HexABB15830321F402434
Octal2532611303062371004464
Binary10101011101100011011000110110010111111000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB158; }

 p { color: rgb(171,177,88); }

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

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

 a { background-color: rgb(171,177,88); }

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

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

 span { border-color: rgb(171,177,88); }

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