#A9B05B

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

Shades of Olive Green #A9B05B

Tints of Olive Green #A9B05B

Color information

#A9B05B (or 0xA9B05B) is unknown color: approx Olive Green. HEX triplet: A9, B0 and 5B. RGB value is (169,176,91). Sum of RGB (Red+Green+Blue) = 169+176+91=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B05B is #564FA4. Grayscale: #A4A4A4. Windows color (decimal): -5656485 or 6009001. OLE color: 6009001.

HSL color Cylindrical-coordinate representation of color #A9B05B: hue angle of 64.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9B05B is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB16917691-
CMYK0.0400.480.31
HSL64.94º34.98%52.35%-
HSV(B)64.94º48.3%69.02%-
XYZ33.7840.2415.88-
YUV164.2286.68131.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=38.76%
G=40.37%
B=20.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176910.0400.480.3164.9434.9852.35
HexA9B05B40301F412334
Octal2512601334060371014364
Binary101010011011000010110111000110000111111000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B05B; }

 p { color: rgb(169,176,91); }

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

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

 a { background-color: rgb(169,176,91); }

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

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

 span { border-color: rgb(169,176,91); }

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