#9B8802

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

Shades of Olive #9B8802

Tints of Olive #9B8802

Color information

#9B8802 (or 0x9B8802) is unknown color: approx Olive. HEX triplet: 9B, 88 and 02. RGB value is (155,136,2). Sum of RGB (Red+Green+Blue) = 155+136+2=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8802 is #6477FD. Grayscale: #7E7E7E. Windows color (decimal): -6584318 or 166043. OLE color: 166043.

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

Color convert

RGB1551362-
CMYK00.120.990.39
HSL52.55º97.45%30.78%-
HSV(B)52.55º98.71%60.78%-
XYZ22.3324.583.63-
YUV126.457.79148.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=52.90%
G=46.42%
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.39
SystemRedGreenBlueCMYKHSL
Decimal155136200.120.990.3952.5597.4530.78
Hex9B8820C632735611f
Octal2332102014143476514137
Binary100110111000100010011001100011100111110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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