#A9B65D

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

Shades of Olive Green #A9B65D

Tints of Olive Green #A9B65D

Color information

#A9B65D (or 0xA9B65D) is unknown color: approx Olive Green. HEX triplet: A9, B6 and 5D. RGB value is (169,182,93). Sum of RGB (Red+Green+Blue) = 169+182+93=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B65D is #5649A2. Grayscale: #A8A8A8. Windows color (decimal): -5654947 or 6141609. OLE color: 6141609.

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

Color convert

RGB16918293-
CMYK0.0700.490.29
HSL68.76º37.87%53.92%-
HSV(B)68.76º48.9%71.37%-
XYZ35.0742.6816.75-
YUV167.9785.69128.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=38.06%
G=40.99%
B=20.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169182930.0700.490.2968.7637.8753.92
HexA9B65D70311D452636
Octal2512661357061351054666
Binary101010011011011010111011110110001111011000101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B65D; }

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

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

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

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

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

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

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

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