#A9B961

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

Shades of Olive Green #A9B961

Tints of Olive Green #A9B961

Color information

#A9B961 (or 0xA9B961) is unknown color: approx Olive Green. HEX triplet: A9, B9 and 61. RGB value is (169,185,97). Sum of RGB (Red+Green+Blue) = 169+185+97=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B961 is #56469E. Grayscale: #AAAAAA. Windows color (decimal): -5654175 or 6404521. OLE color: 6404521.

HSL color Cylindrical-coordinate representation of color #A9B961: hue angle of 70.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9B961 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB16918597-
CMYK0.0900.480.27
HSL70.91º38.6%55.29%-
HSV(B)70.91º47.57%72.55%-
XYZ35.874417.91-
YUV170.1886.7127.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=37.47%
G=41.02%
B=21.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169185970.0900.480.2770.9138.655.29
HexA9B96190301B472737
Octal25127114111060331074767
Binary1010100110111001110000110010110000110111000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B961; }

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

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

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

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

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

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

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

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