#A9B860

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

Shades of Olive Green #A9B860

Tints of Olive Green #A9B860

Color information

#A9B860 (or 0xA9B860) is unknown color: approx Olive Green. HEX triplet: A9, B8 and 60. RGB value is (169,184,96). Sum of RGB (Red+Green+Blue) = 169+184+96=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B860 is #56479F. Grayscale: #A9A9A9. Windows color (decimal): -5654432 or 6338729. OLE color: 6338729.

HSL color Cylindrical-coordinate representation of color #A9B860: hue angle of 70.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9B860 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB16918496-
CMYK0.0800.480.28
HSL70.23º38.26%54.9%-
HSV(B)70.23º47.83%72.16%-
XYZ35.6143.5617.6-
YUV169.4886.53127.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=37.64%
G=40.98%
B=21.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169184960.0800.480.2870.2338.2654.9
HexA9B86080301C462637
Octal25127014010060341064667
Binary1010100110111000110000010000110000111001000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B860; }

 p { color: rgb(169,184,96); }

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

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

 a { background-color: rgb(169,184,96); }

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

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

 span { border-color: rgb(169,184,96); }

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