Shades of Olive #9B8200
Tints of Olive #9B8200
RGB
CMYK
RGB Variations
Color information
#9B8200 (or 0x9B8200) is known color: Olive. HEX triplet: 9B, 82 and 00. RGB value is (155,130,0). Sum of RGB (Red+Green+Blue) = 155+130+0=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8200 is #647DFF. Grayscale: #7B7B7B. Windows color (decimal): -6585856 or 33435. OLE color: 33435.
HSL color Cylindrical-coordinate representation of color #9B8200: hue angle of 50.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B8200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.39 |
| HSL | 50.32º | 1% | 0.3% | - |
| HSV(B) | 50.32º | 1% | 0.61% | - |
| XYZ | 21.5 | 22.93 | 3.29 | - |
| YUV | 122.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 0 | 0 | 0.16 | 1 | 0.39 | 50.32 | 1 | 0.3 |
| Hex | 9B | 82 | 0 | 0 | 10 | 64 | 27 | 32 | 64 | 1E |
| Octal | 233 | 202 | 0 | 0 | 20 | 144 | 47 | 62 | 144 | 36 |
| Binary | 10011011 | 10000010 | 0 | 0 | 10000 | 1100100 | 100111 | 110010 | 1100100 | 11110 |
Color Harmonies of #9B8200
Complementary color
Monochromatic Colors of #9B8200
Black with #9B8200
Text Example
Text Example
White with #9B8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8200; }
p { color: rgb(155,130,0); }
H1.HeaderClassName
{
color: #9B8200;
}
.AnyTagClassName
{
color: #9B8200;
}
</style>
background-color css
<style>
a { background-color: #9B8200; }
a { background-color: rgb(155,130,0); }
div.DivClassName
{
background-color: #9B8200;
}
.BgClassName
{
background-color: #9B8200;
}
</style>
border-color css
<style>
span { border-color: #9B8200; }
span { border-color: rgb(155,130,0); }
td.TdClassName
{
border-color: #9B8200;
}
.TagClassName
{
border-color: #9B8200;
}
</style>