#A9B556

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

Shades of Olive Green #A9B556

Tints of Olive Green #A9B556

Color information

#A9B556 (or 0xA9B556) is unknown color: approx Olive Green. HEX triplet: A9, B5 and 56. RGB value is (169,181,86). Sum of RGB (Red+Green+Blue) = 169+181+86=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B556 is #564AA9. Grayscale: #A6A6A6. Windows color (decimal): -5655210 or 5682601. OLE color: 5682601.

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

Color convert

RGB16918186-
CMYK0.0700.520.29
HSL67.58º39.09%52.35%-
HSV(B)67.58º52.49%70.98%-
XYZ34.5742.1515.12-
YUV166.5882.52129.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 181 (71.09% from 255) = 41.51%
BLUE value IS 86 (33.98% from 255) = 19.72%
R=38.76%
G=41.51%
B=19.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169181860.0700.520.2967.5839.0952.35
HexA9B55670341D442734
Octal2512651267064351044764
Binary101010011011010110101101110110100111011000100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B556; }

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

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

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

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

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

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

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

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