#ABB16B

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

Shades of Olive Green #ABB16B

Tints of Olive Green #ABB16B

Color information

#ABB16B (or 0xABB16B) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 6B. RGB value is (171,177,107). Sum of RGB (Red+Green+Blue) = 171+177+107=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB16B is #544E94. Grayscale: #A7A7A7. Windows color (decimal): -5525141 or 7057835. OLE color: 7057835.

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

Color convert

RGB171177107-
CMYK0.0300.400.31
HSL65.14º30.97%55.69%-
HSV(B)65.14º39.55%69.41%-
XYZ35.1741.1620-
YUV167.2394.01130.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=37.58%
G=38.90%
B=23.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771070.0300.400.3165.1430.9755.69
HexABB16B30281F411f38
Octal2532611533050371013770
Binary1010101110110001110101111010100011111100000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB16B; }

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

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

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

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

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

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

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

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