#A9BA61

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

Shades of Olive Green #A9BA61

Tints of Olive Green #A9BA61

Color information

#A9BA61 (or 0xA9BA61) is unknown color: approx Olive Green. HEX triplet: A9, BA and 61. RGB value is (169,186,97). Sum of RGB (Red+Green+Blue) = 169+186+97=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA61 is #56459E. Grayscale: #ABABAB. Windows color (decimal): -5653919 or 6404777. OLE color: 6404777.

HSL color Cylindrical-coordinate representation of color #A9BA61: hue angle of 71.46º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9BA61 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB16918697-
CMYK0.0900.480.27
HSL71.46º39.21%55.49%-
HSV(B)71.46º47.85%72.94%-
XYZ36.0844.4217.98-
YUV170.7786.37126.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=37.39%
G=41.15%
B=21.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169186970.0900.480.2771.4639.2155.49
HexA9BA6190301B472737
Octal25127214111060331074767
Binary1010100110111010110000110010110000110111000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA61; }

 p { color: rgb(169,186,97); }

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

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

 a { background-color: rgb(169,186,97); }

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

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

 span { border-color: rgb(169,186,97); }

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