#A9B35D

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

Shades of Olive Green #A9B35D

Tints of Olive Green #A9B35D

Color information

#A9B35D (or 0xA9B35D) is unknown color: approx Olive Green. HEX triplet: A9, B3 and 5D. RGB value is (169,179,93). Sum of RGB (Red+Green+Blue) = 169+179+93=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B35D is #564CA2. Grayscale: #A6A6A6. Windows color (decimal): -5655715 or 6140841. OLE color: 6140841.

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

Color convert

RGB16917993-
CMYK0.0600.480.30
HSL66.98º36.13%53.33%-
HSV(B)66.98º48.04%70.2%-
XYZ34.4641.4716.54-
YUV166.2186.69129.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=38.32%
G=40.59%
B=21.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169179930.0600.480.3066.9836.1353.33
HexA9B35D60301E432435
Octal2512631356060361034465
Binary101010011011001110111011100110000111101000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B35D; }

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

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

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

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

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

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

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

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