Shades of Olive #938502
Tints of Olive #938502
RGB
CMYK
RGB Variations
Color information
#938502 (or 0x938502) is known color: Olive. HEX triplet: 93, 85 and 02. RGB value is (147,133,2). Sum of RGB (Red+Green+Blue) = 147+133+2=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #938502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938502 is #6C7AFD. Grayscale: #7A7A7A. Windows color (decimal): -7109374 or 165267. OLE color: 165267.
HSL color Cylindrical-coordinate representation of color #938502: hue angle of 54.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #938502 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.42 |
| HSL | 54.21º | 0.97% | 0.29% | - |
| HSV(B) | 54.21º | 0.99% | 0.58% | - |
| XYZ | 20.43 | 22.98 | 3.42 | - |
| YUV | 122.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 2 | 0 | 0.10 | 0.99 | 0.42 | 54.21 | 0.97 | 0.29 |
| Hex | 93 | 85 | 2 | 0 | A | 63 | 2A | 36 | 61 | 1D |
| Octal | 223 | 205 | 2 | 0 | 12 | 143 | 52 | 66 | 141 | 35 |
| Binary | 10010011 | 10000101 | 10 | 0 | 1010 | 1100011 | 101010 | 110110 | 1100001 | 11101 |
Color Harmonies of #938502
Complementary color
Monochromatic Colors of #938502
Black with #938502
Text Example
Text Example
White with #938502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938502; }
p { color: rgb(147,133,2); }
H1.HeaderClassName
{
color: #938502;
}
.AnyTagClassName
{
color: #938502;
}
</style>
background-color css
<style>
a { background-color: #938502; }
a { background-color: rgb(147,133,2); }
div.DivClassName
{
background-color: #938502;
}
.BgClassName
{
background-color: #938502;
}
</style>
border-color css
<style>
span { border-color: #938502; }
span { border-color: rgb(147,133,2); }
td.TdClassName
{
border-color: #938502;
}
.TagClassName
{
border-color: #938502;
}
</style>