#9A8802

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

Shades of Olive #9A8802

Tints of Olive #9A8802

Color information

#9A8802 (or 0x9A8802) is unknown color: approx Olive. HEX triplet: 9A, 88 and 02. RGB value is (154,136,2). Sum of RGB (Red+Green+Blue) = 154+136+2=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8802 is #6577FD. Grayscale: #7E7E7E. Windows color (decimal): -6649854 or 166042. OLE color: 166042.

HSL color Cylindrical-coordinate representation of color #9A8802: hue angle of 52.89º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A8802 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1541362-
CMYK00.120.990.40
HSL52.89º97.44%30.59%-
HSV(B)52.89º98.7%60.39%-
XYZ22.1424.483.62-
YUV126.1157.96147.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.74%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=52.74%
G=46.58%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154136200.120.990.4052.8997.4430.59
Hex9A8820C632835611f
Octal2322102014143506514137
Binary100110101000100010011001100011101000110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8802; }

 p { color: rgb(154,136,2); }

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

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

 a { background-color: rgb(154,136,2); }

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

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

 span { border-color: rgb(154,136,2); }

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