#A9B35A

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

Shades of Olive Green #A9B35A

Tints of Olive Green #A9B35A

Color information

#A9B35A (or 0xA9B35A) is unknown color: approx Olive Green. HEX triplet: A9, B3 and 5A. RGB value is (169,179,90). Sum of RGB (Red+Green+Blue) = 169+179+90=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B35A is #564CA5. Grayscale: #A6A6A6. Windows color (decimal): -5655718 or 5944233. OLE color: 5944233.

HSL color Cylindrical-coordinate representation of color #A9B35A: hue angle of 66.74º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9B35A is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB16917990-
CMYK0.0600.500.30
HSL66.74º36.93%52.75%-
HSV(B)66.74º49.72%70.2%-
XYZ34.3341.4115.86-
YUV165.8685.19130.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=38.58%
G=40.87%
B=20.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169179900.0600.500.3066.7436.9352.75
HexA9B35A60321E432535
Octal2512631326062361034565
Binary101010011011001110110101100110010111101000011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B35A; }

 p { color: rgb(169,179,90); }

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

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

 a { background-color: rgb(169,179,90); }

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

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

 span { border-color: rgb(169,179,90); }

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