#A9B456

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

Shades of Olive Green #A9B456

Tints of Olive Green #A9B456

Color information

#A9B456 (or 0xA9B456) is unknown color: approx Olive Green. HEX triplet: A9, B4 and 56. RGB value is (169,180,86). Sum of RGB (Red+Green+Blue) = 169+180+86=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B456 is #564BA9. Grayscale: #A6A6A6. Windows color (decimal): -5655466 or 5682345. OLE color: 5682345.

HSL color Cylindrical-coordinate representation of color #A9B456: hue angle of 67.02º 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 #A9B456 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB16918086-
CMYK0.0600.520.29
HSL67.02º38.52%52.16%-
HSV(B)67.02º52.22%70.59%-
XYZ34.3641.7515.05-
YUV16682.86130.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=38.85%
G=41.38%
B=19.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180860.0600.520.2967.0238.5252.16
HexA9B45660341D432734
Octal2512641266064351034764
Binary101010011011010010101101100110100111011000011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B456; }

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

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

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

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

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

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

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

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