#A9B462

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

Shades of Olive Green #A9B462

Tints of Olive Green #A9B462

Color information

#A9B462 (or 0xA9B462) is unknown color: approx Olive Green. HEX triplet: A9, B4 and 62. RGB value is (169,180,98). Sum of RGB (Red+Green+Blue) = 169+180+98=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B462 is #564B9D. Grayscale: #A7A7A7. Windows color (decimal): -5655454 or 6468777. OLE color: 6468777.

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

Color convert

RGB16918098-
CMYK0.0600.460.29
HSL68.05º35.34%54.51%-
HSV(B)68.05º45.56%70.59%-
XYZ34.8941.9617.82-
YUV167.3688.86129.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=37.81%
G=40.27%
B=21.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180980.0600.460.2968.0535.3454.51
HexA9B462602E1D442337
Octal2512641426056351044367
Binary101010011011010011000101100101110111011000100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B462; }

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

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

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

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

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

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

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

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