#ABB45A

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

Shades of Olive Green #ABB45A

Tints of Olive Green #ABB45A

Color information

#ABB45A (or 0xABB45A) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 5A. RGB value is (171,180,90). Sum of RGB (Red+Green+Blue) = 171+180+90=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB45A is #544BA5. Grayscale: #A7A7A7. Windows color (decimal): -5524390 or 5944491. OLE color: 5944491.

HSL color Cylindrical-coordinate representation of color #ABB45A: hue angle of 66º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABB45A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB17118090-
CMYK0.0500.500.29
HSL66º37.5%52.94%-
HSV(B)66º50%70.59%-
XYZ34.9642.0415.94-
YUV167.0584.52130.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=38.78%
G=40.82%
B=20.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180900.0500.500.296637.552.94
HexABB45A50321D422635
Octal2532641325062351024665
Binary101010111011010010110101010110010111011000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB45A; }

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

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

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

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

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

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

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

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