Shades of Olive #9B8002
Tints of Olive #9B8002
RGB
CMYK
RGB Variations
Color information
#9B8002 (or 0x9B8002) is known color: Olive. HEX triplet: 9B, 80 and 02. RGB value is (155,128,2). Sum of RGB (Red+Green+Blue) = 155+128+2=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8002 is #647FFD. Grayscale: #7A7A7A. Windows color (decimal): -6586366 or 163995. OLE color: 163995.
HSL color Cylindrical-coordinate representation of color #9B8002: hue angle of 49.41º 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 #9B8002 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.39 |
| HSL | 49.41º | 0.97% | 0.31% | - |
| HSV(B) | 49.41º | 0.99% | 0.61% | - |
| XYZ | 21.25 | 22.41 | 3.26 | - |
| YUV | 121.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 2 | 0 | 0.17 | 0.99 | 0.39 | 49.41 | 0.97 | 0.31 |
| Hex | 9B | 80 | 2 | 0 | 11 | 63 | 27 | 31 | 61 | 1F |
| Octal | 233 | 200 | 2 | 0 | 21 | 143 | 47 | 61 | 141 | 37 |
| Binary | 10011011 | 10000000 | 10 | 0 | 10001 | 1100011 | 100111 | 110001 | 1100001 | 11111 |
Color Harmonies of #9B8002
Complementary color
Monochromatic Colors of #9B8002
Black with #9B8002
Text Example
Text Example
White with #9B8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8002; }
p { color: rgb(155,128,2); }
H1.HeaderClassName
{
color: #9B8002;
}
.AnyTagClassName
{
color: #9B8002;
}
</style>
background-color css
<style>
a { background-color: #9B8002; }
a { background-color: rgb(155,128,2); }
div.DivClassName
{
background-color: #9B8002;
}
.BgClassName
{
background-color: #9B8002;
}
</style>
border-color css
<style>
span { border-color: #9B8002; }
span { border-color: rgb(155,128,2); }
td.TdClassName
{
border-color: #9B8002;
}
.TagClassName
{
border-color: #9B8002;
}
</style>