#ABB266

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

Shades of Olive Green #ABB266

Tints of Olive Green #ABB266

Color information

#ABB266 (or 0xABB266) is unknown color: approx Olive Green. HEX triplet: AB, B2 and 66. RGB value is (171,178,102). Sum of RGB (Red+Green+Blue) = 171+178+102=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB266 is #544D99. Grayscale: #A7A7A7. Windows color (decimal): -5524890 or 6730411. OLE color: 6730411.

HSL color Cylindrical-coordinate representation of color #ABB266: hue angle of 65.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABB266 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB171178102-
CMYK0.0400.430.30
HSL65.53º33.04%54.9%-
HSV(B)65.53º42.7%69.8%-
XYZ35.1141.4618.72-
YUV167.2491.18130.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 178 (69.92% from 255) = 39.47%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=37.92%
G=39.47%
B=22.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781020.0400.430.3065.5333.0454.9
HexABB266402B1E422137
Octal2532621464053361024167
Binary101010111011001011001101000101011111101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB266; }

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

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

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

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

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

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

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

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