#ABB25A

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

Shades of Olive Green #ABB25A

Tints of Olive Green #ABB25A

Color information

#ABB25A (or 0xABB25A) is unknown color: approx Olive Green. HEX triplet: AB, B2 and 5A. RGB value is (171,178,90). Sum of RGB (Red+Green+Blue) = 171+178+90=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB25A is #544DA5. Grayscale: #A6A6A6. Windows color (decimal): -5524902 or 5943979. OLE color: 5943979.

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

Color convert

RGB17117890-
CMYK0.0400.490.30
HSL64.77º36.36%52.55%-
HSV(B)64.77º49.44%69.8%-
XYZ34.5641.2415.81-
YUV165.8785.18131.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=38.95%
G=40.55%
B=20.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171178900.0400.490.3064.7736.3652.55
HexABB25A40311E412435
Octal2532621324061361014465
Binary101010111011001010110101000110001111101000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB25A; }

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

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

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

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

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

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

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

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