#ABB65A

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

Shades of Olive Green #ABB65A

Tints of Olive Green #ABB65A

Color information

#ABB65A (or 0xABB65A) is unknown color: approx Olive Green. HEX triplet: AB, B6 and 5A. RGB value is (171,182,90). Sum of RGB (Red+Green+Blue) = 171+182+90=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB65A is #5449A5. Grayscale: #A8A8A8. Windows color (decimal): -5523878 or 5945003. OLE color: 5945003.

HSL color Cylindrical-coordinate representation of color #ABB65A: hue angle of 67.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABB65A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17118290-
CMYK0.0600.510.29
HSL67.17º38.66%53.33%-
HSV(B)67.17º50.55%71.37%-
XYZ35.3742.8516.08-
YUV168.2283.86129.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=38.60%
G=41.08%
B=20.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171182900.0600.510.2967.1738.6653.33
HexABB65A60331D432735
Octal2532661326063351034765
Binary101010111011011010110101100110011111011000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB65A; }

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

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

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

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

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

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

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

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