#A9B15B

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

Shades of Olive Green #A9B15B

Tints of Olive Green #A9B15B

Color information

#A9B15B (or 0xA9B15B) is unknown color: approx Olive Green. HEX triplet: A9, B1 and 5B. RGB value is (169,177,91). Sum of RGB (Red+Green+Blue) = 169+177+91=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B15B is #564EA4. Grayscale: #A5A5A5. Windows color (decimal): -5656229 or 6009257. OLE color: 6009257.

HSL color Cylindrical-coordinate representation of color #A9B15B: hue angle of 65.58º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9B15B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB16917791-
CMYK0.0500.490.31
HSL65.58º35.54%52.55%-
HSV(B)65.58º48.59%69.41%-
XYZ33.9740.6315.95-
YUV164.886.35130.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=38.67%
G=40.50%
B=20.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169177910.0500.490.3165.5835.5452.55
HexA9B15B50311F422435
Octal2512611335061371024465
Binary101010011011000110110111010110001111111000010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B15B; }

 p { color: rgb(169,177,91); }

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

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

 a { background-color: rgb(169,177,91); }

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

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

 span { border-color: rgb(169,177,91); }

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