Shades of Olive #928902
Tints of Olive #928902
RGB
CMYK
RGB Variations
Color information
#928902 (or 0x928902) is known color: Olive. HEX triplet: 92, 89 and 02. RGB value is (146,137,2). Sum of RGB (Red+Green+Blue) = 146+137+2=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #928902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928902 is #6D76FD. Grayscale: #7C7C7C. Windows color (decimal): -7173886 or 166290. OLE color: 166290.
HSL color Cylindrical-coordinate representation of color #928902: hue angle of 56.25º 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 #928902 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.43 |
| HSL | 56.25º | 0.97% | 0.29% | - |
| HSV(B) | 56.25º | 0.99% | 0.57% | - |
| XYZ | 20.81 | 24.01 | 3.59 | - |
| YUV | 124.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 2 | 0 | 0.06 | 0.99 | 0.43 | 56.25 | 0.97 | 0.29 |
| Hex | 92 | 89 | 2 | 0 | 6 | 63 | 2B | 38 | 61 | 1D |
| Octal | 222 | 211 | 2 | 0 | 6 | 143 | 53 | 70 | 141 | 35 |
| Binary | 10010010 | 10001001 | 10 | 0 | 110 | 1100011 | 101011 | 111000 | 1100001 | 11101 |
Color Harmonies of #928902
Complementary color
Monochromatic Colors of #928902
Black with #928902
Text Example
Text Example
White with #928902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928902; }
p { color: rgb(146,137,2); }
H1.HeaderClassName
{
color: #928902;
}
.AnyTagClassName
{
color: #928902;
}
</style>
background-color css
<style>
a { background-color: #928902; }
a { background-color: rgb(146,137,2); }
div.DivClassName
{
background-color: #928902;
}
.BgClassName
{
background-color: #928902;
}
</style>
border-color css
<style>
span { border-color: #928902; }
span { border-color: rgb(146,137,2); }
td.TdClassName
{
border-color: #928902;
}
.TagClassName
{
border-color: #928902;
}
</style>