#A9B861

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

Shades of Olive Green #A9B861

Tints of Olive Green #A9B861

Color information

#A9B861 (or 0xA9B861) is unknown color: approx Olive Green. HEX triplet: A9, B8 and 61. RGB value is (169,184,97). Sum of RGB (Red+Green+Blue) = 169+184+97=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B861 is #56479E. Grayscale: #A9A9A9. Windows color (decimal): -5654431 or 6404265. OLE color: 6404265.

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

Color convert

RGB16918497-
CMYK0.0800.470.28
HSL70.34º37.99%55.1%-
HSV(B)70.34º47.28%72.16%-
XYZ35.6643.5817.84-
YUV169.687.03127.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=37.56%
G=40.89%
B=21.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169184970.0800.470.2870.3437.9955.1
HexA9B861802F1C462637
Octal25127014110057341064667
Binary1010100110111000110000110000101111111001000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B861; }

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

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

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

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

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

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

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

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