#ABB156

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

Shades of Olive Green #ABB156

Tints of Olive Green #ABB156

Color information

#ABB156 (or 0xABB156) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 56. RGB value is (171,177,86). Sum of RGB (Red+Green+Blue) = 171+177+86=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB156 is #544EA9. Grayscale: #A5A5A5. Windows color (decimal): -5525162 or 5681579. OLE color: 5681579.

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

Color convert

RGB17117786-
CMYK0.0300.510.31
HSL63.96º36.84%51.57%-
HSV(B)63.96º51.41%69.41%-
XYZ34.240.7714.87-
YUV164.8383.51132.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=39.40%
G=40.78%
B=19.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177860.0300.510.3163.9636.8451.57
HexABB15630331F402534
Octal2532611263063371004564
Binary10101011101100011010110110110011111111000000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB156; }

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

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

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

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

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

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

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

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