#ABB260

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

Shades of Olive Green #ABB260

Tints of Olive Green #ABB260

Color information

#ABB260 (or 0xABB260) is unknown color: approx Olive Green. HEX triplet: AB, B2 and 60. RGB value is (171,178,96). Sum of RGB (Red+Green+Blue) = 171+178+96=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB260 is #544D9F. Grayscale: #A6A6A6. Windows color (decimal): -5524896 or 6337195. OLE color: 6337195.

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

Color convert

RGB17117896-
CMYK0.0400.460.30
HSL65.12º34.75%53.73%-
HSV(B)65.12º46.07%69.8%-
XYZ34.8341.3417.21-
YUV166.5688.18131.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=38.43%
G=40%
B=21.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171178960.0400.460.3065.1234.7553.73
HexABB260402E1E412336
Octal2532621404056361014366
Binary101010111011001011000001000101110111101000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB260; }

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

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

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

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

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

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

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

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