#ABBC66

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

Shades of Olive Green #ABBC66

Tints of Olive Green #ABBC66

Color information

#ABBC66 (or 0xABBC66) is unknown color: approx Olive Green. HEX triplet: AB, BC and 66. RGB value is (171,188,102). Sum of RGB (Red+Green+Blue) = 171+188+102=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC66 is #544399. Grayscale: #ADADAD. Windows color (decimal): -5522330 or 6732971. OLE color: 6732971.

HSL color Cylindrical-coordinate representation of color #ABBC66: hue angle of 71.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABBC66 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB171188102-
CMYK0.0900.460.26
HSL71.86º39.09%56.86%-
HSV(B)71.86º45.74%73.73%-
XYZ37.1845.5819.41-
YUV173.1187.87126.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=37.09%
G=40.78%
B=22.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881020.0900.460.2671.8639.0956.86
HexABBC66902E1A482739
Octal25327414611056321104771
Binary1010101110111100110011010010101110110101001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC66; }

 p { color: rgb(171,188,102); }

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

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

 a { background-color: rgb(171,188,102); }

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

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

 span { border-color: rgb(171,188,102); }

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