#ABB555

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

Shades of Olive Green #ABB555

Tints of Olive Green #ABB555

Color information

#ABB555 (or 0xABB555) is unknown color: approx Olive Green. HEX triplet: AB, B5 and 55. RGB value is (171,181,85). Sum of RGB (Red+Green+Blue) = 171+181+85=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB555 is #544AAA. Grayscale: #A7A7A7. Windows color (decimal): -5524139 or 5617067. OLE color: 5617067.

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

Color convert

RGB17118185-
CMYK0.0600.530.29
HSL66.25º39.34%52.16%-
HSV(B)66.25º53.04%70.98%-
XYZ34.9642.3614.93-
YUV167.0781.69130.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=39.13%
G=41.42%
B=19.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181850.0600.530.2966.2539.3452.16
HexABB55560351D422734
Octal2532651256065351024764
Binary101010111011010110101011100110101111011000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB555; }

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

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

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

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

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

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

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

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