Shades of Olive #928206
Tints of Olive #928206
RGB
CMYK
RGB Variations
Color information
#928206 (or 0x928206) is known color: Olive. HEX triplet: 92, 82 and 06. RGB value is (146,130,6). Sum of RGB (Red+Green+Blue) = 146+130+6=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #928206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928206 is #6D7DF9. Grayscale: #797979. Windows color (decimal): -7175674 or 426642. OLE color: 426642.
HSL color Cylindrical-coordinate representation of color #928206: hue angle of 53.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #928206 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.43 |
| HSL | 53.14º | 0.92% | 0.3% | - |
| HSV(B) | 53.14º | 0.96% | 0.57% | - |
| XYZ | 19.87 | 22.09 | 3.39 | - |
| YUV | 120.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 6 | 0 | 0.11 | 0.96 | 0.43 | 53.14 | 0.92 | 0.3 |
| Hex | 92 | 82 | 6 | 0 | B | 60 | 2B | 35 | 5C | 1E |
| Octal | 222 | 202 | 6 | 0 | 13 | 140 | 53 | 65 | 134 | 36 |
| Binary | 10010010 | 10000010 | 110 | 0 | 1011 | 1100000 | 101011 | 110101 | 1011100 | 11110 |
Color Harmonies of #928206
Complementary color
Monochromatic Colors of #928206
Black with #928206
Text Example
Text Example
White with #928206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928206; }
p { color: rgb(146,130,6); }
H1.HeaderClassName
{
color: #928206;
}
.AnyTagClassName
{
color: #928206;
}
</style>
background-color css
<style>
a { background-color: #928206; }
a { background-color: rgb(146,130,6); }
div.DivClassName
{
background-color: #928206;
}
.BgClassName
{
background-color: #928206;
}
</style>
border-color css
<style>
span { border-color: #928206; }
span { border-color: rgb(146,130,6); }
td.TdClassName
{
border-color: #928206;
}
.TagClassName
{
border-color: #928206;
}
</style>