#A9B65E

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

Shades of Olive Green #A9B65E

Tints of Olive Green #A9B65E

Color information

#A9B65E (or 0xA9B65E) is unknown color: approx Olive Green. HEX triplet: A9, B6 and 5E. RGB value is (169,182,94). Sum of RGB (Red+Green+Blue) = 169+182+94=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B65E is #5649A1. Grayscale: #A8A8A8. Windows color (decimal): -5654946 or 6207145. OLE color: 6207145.

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

Color convert

RGB16918294-
CMYK0.0700.480.29
HSL68.86º37.61%54.12%-
HSV(B)68.86º48.35%71.37%-
XYZ35.1142.716.98-
YUV168.0886.19128.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 94 (37.11% from 255) = 21.12%
R=37.98%
G=40.90%
B=21.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169182940.0700.480.2968.8637.6154.12
HexA9B65E70301D452636
Octal2512661367060351054666
Binary101010011011011010111101110110000111011000101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B65E; }

 p { color: rgb(169,182,94); }

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

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

 a { background-color: rgb(169,182,94); }

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

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

 span { border-color: rgb(169,182,94); }

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