#ABB559

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

Shades of Olive Green #ABB559

Tints of Olive Green #ABB559

Color information

#ABB559 (or 0xABB559) is unknown color: approx Olive Green. HEX triplet: AB, B5 and 59. RGB value is (171,181,89). Sum of RGB (Red+Green+Blue) = 171+181+89=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB559 is #544AA6. Grayscale: #A7A7A7. Windows color (decimal): -5524135 or 5879211. OLE color: 5879211.

HSL color Cylindrical-coordinate representation of color #ABB559: hue angle of 66.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABB559 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17118189-
CMYK0.0600.510.29
HSL66.52º38.33%52.94%-
HSV(B)66.52º50.83%70.98%-
XYZ35.1242.4315.79-
YUV167.5283.69130.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=38.78%
G=41.04%
B=20.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181890.0600.510.2966.5238.3352.94
HexABB55960331D432635
Octal2532651316063351034665
Binary101010111011010110110011100110011111011000011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB559; }

 p { color: rgb(171,181,89); }

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

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

 a { background-color: rgb(171,181,89); }

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

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

 span { border-color: rgb(171,181,89); }

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