#A9B562

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

Shades of Olive Green #A9B562

Tints of Olive Green #A9B562

Color information

#A9B562 (or 0xA9B562) is unknown color: approx Olive Green. HEX triplet: A9, B5 and 62. RGB value is (169,181,98). Sum of RGB (Red+Green+Blue) = 169+181+98=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B562 is #564A9D. Grayscale: #A8A8A8. Windows color (decimal): -5655198 or 6469033. OLE color: 6469033.

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

Color convert

RGB16918198-
CMYK0.0700.460.29
HSL68.67º35.93%54.71%-
HSV(B)68.67º45.86%70.98%-
XYZ35.0942.3617.88-
YUV167.9588.52128.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=37.72%
G=40.40%
B=21.88%

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
Decimal169181980.0700.460.2968.6735.9354.71
HexA9B562702E1D452437
Octal2512651427056351054467
Binary101010011011010111000101110101110111011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B562; }

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

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

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

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

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

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

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

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