#ABB556

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

Shades of Olive Green #ABB556

Tints of Olive Green #ABB556

Color information

#ABB556 (or 0xABB556) is unknown color: approx Olive Green. HEX triplet: AB, B5 and 56. RGB value is (171,181,86). Sum of RGB (Red+Green+Blue) = 171+181+86=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB556 is #544AA9. Grayscale: #A7A7A7. Windows color (decimal): -5524138 or 5682603. OLE color: 5682603.

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

Color convert

RGB17118186-
CMYK0.0600.520.29
HSL66.32º39.09%52.35%-
HSV(B)66.32º52.49%70.98%-
XYZ3542.3815.14-
YUV167.1882.19130.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=39.04%
G=41.32%
B=19.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181860.0600.520.2966.3239.0952.35
HexABB55660341D422734
Octal2532651266064351024764
Binary101010111011010110101101100110100111011000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB556; }

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

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

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

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

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

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

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

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