#ABB16A

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

Shades of Olive Green #ABB16A

Tints of Olive Green #ABB16A

Color information

#ABB16A (or 0xABB16A) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 6A. RGB value is (171,177,106). Sum of RGB (Red+Green+Blue) = 171+177+106=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB16A is #544E95. Grayscale: #A7A7A7. Windows color (decimal): -5525142 or 6992299. OLE color: 6992299.

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

Color convert

RGB171177106-
CMYK0.0300.400.31
HSL65.07º31.28%55.49%-
HSV(B)65.07º40.11%69.41%-
XYZ35.1241.1419.73-
YUV167.1193.51130.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=37.67%
G=38.99%
B=23.35%

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
Decimal1711771060.0300.400.3165.0731.2855.49
HexABB16A30281F411f37
Octal2532611523050371013767
Binary1010101110110001110101011010100011111100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB16A; }

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

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

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

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

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

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

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

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