#A9B561

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

Shades of Olive Green #A9B561

Tints of Olive Green #A9B561

Color information

#A9B561 (or 0xA9B561) is unknown color: approx Olive Green. HEX triplet: A9, B5 and 61. RGB value is (169,181,97). Sum of RGB (Red+Green+Blue) = 169+181+97=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B561 is #564A9E. Grayscale: #A8A8A8. Windows color (decimal): -5655199 or 6403497. OLE color: 6403497.

HSL color Cylindrical-coordinate representation of color #A9B561: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9B561 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB16918197-
CMYK0.0700.460.29
HSL68.57º36.21%54.51%-
HSV(B)68.57º46.41%70.98%-
XYZ35.0442.3517.64-
YUV167.8488.02128.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=37.81%
G=40.49%
B=21.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169181970.0700.460.2968.5736.2154.51
HexA9B561702E1D452437
Octal2512651417056351054467
Binary101010011011010111000011110101110111011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B561; }

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

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

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

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

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

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

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

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