Shades of Olive #928602
Tints of Olive #928602
RGB
CMYK
RGB Variations
Color information
#928602 (or 0x928602) is known color: Olive. HEX triplet: 92, 86 and 02. RGB value is (146,134,2). Sum of RGB (Red+Green+Blue) = 146+134+2=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #928602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928602 is #6D79FD. Grayscale: #7B7B7B. Windows color (decimal): -7174654 or 165522. OLE color: 165522.
HSL color Cylindrical-coordinate representation of color #928602: hue angle of 55º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #928602 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.43 |
| HSL | 55º | 0.97% | 0.29% | - |
| HSV(B) | 55º | 0.99% | 0.57% | - |
| XYZ | 20.39 | 23.17 | 3.45 | - |
| YUV | 122.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 2 | 0 | 0.08 | 0.99 | 0.43 | 55 | 0.97 | 0.29 |
| Hex | 92 | 86 | 2 | 0 | 8 | 63 | 2B | 37 | 61 | 1D |
| Octal | 222 | 206 | 2 | 0 | 10 | 143 | 53 | 67 | 141 | 35 |
| Binary | 10010010 | 10000110 | 10 | 0 | 1000 | 1100011 | 101011 | 110111 | 1100001 | 11101 |
Color Harmonies of #928602
Complementary color
Monochromatic Colors of #928602
Black with #928602
Text Example
Text Example
White with #928602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928602; }
p { color: rgb(146,134,2); }
H1.HeaderClassName
{
color: #928602;
}
.AnyTagClassName
{
color: #928602;
}
</style>
background-color css
<style>
a { background-color: #928602; }
a { background-color: rgb(146,134,2); }
div.DivClassName
{
background-color: #928602;
}
.BgClassName
{
background-color: #928602;
}
</style>
border-color css
<style>
span { border-color: #928602; }
span { border-color: rgb(146,134,2); }
td.TdClassName
{
border-color: #928602;
}
.TagClassName
{
border-color: #928602;
}
</style>