#A9B75C

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

Shades of Olive Green #A9B75C

Tints of Olive Green #A9B75C

Color information

#A9B75C (or 0xA9B75C) is unknown color: approx Olive Green. HEX triplet: A9, B7 and 5C. RGB value is (169,183,92). Sum of RGB (Red+Green+Blue) = 169+183+92=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B75C is #5648A3. Grayscale: #A8A8A8. Windows color (decimal): -5654692 or 6076329. OLE color: 6076329.

HSL color Cylindrical-coordinate representation of color #A9B75C: hue angle of 69.23º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9B75C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB16918392-
CMYK0.0800.500.28
HSL69.23º38.72%53.92%-
HSV(B)69.23º49.73%71.76%-
XYZ35.2343.0716.58-
YUV168.4484.86128.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=38.06%
G=41.22%
B=20.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169183920.0800.500.2869.2338.7253.92
HexA9B75C80321C452736
Octal25126713410062341054766
Binary1010100110110111101110010000110010111001000101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B75C; }

 p { color: rgb(169,183,92); }

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

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

 a { background-color: rgb(169,183,92); }

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

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

 span { border-color: rgb(169,183,92); }

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