Shades of Olivine #92B965
Tints of Olivine #92B965
RGB
CMYK
RGB Variations
Color information
#92B965 (or 0x92B965) is known color: Olivine. HEX triplet: 92, B9 and 65. RGB value is (146,185,101). Sum of RGB (Red+Green+Blue) = 146+185+101=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #92B965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B965 is #6D469A. Grayscale: #A4A4A4. Windows color (decimal): -7161499 or 6666642. OLE color: 6666642.
HSL color Cylindrical-coordinate representation of color #92B965: hue angle of 87.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92B965 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 185 | 101 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.27 |
| HSL | 87.86º | 0.38% | 0.56% | - |
| HSV(B) | 87.86º | 0.45% | 0.73% | - |
| XYZ | 31.55 | 41.75 | 18.71 | - |
| YUV | 163.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 101 | 0.21 | 0 | 0.45 | 0.27 | 87.86 | 0.38 | 0.56 |
| Hex | 92 | B9 | 65 | 15 | 0 | 2D | 1B | 58 | 26 | 38 |
| Octal | 222 | 271 | 145 | 25 | 0 | 55 | 33 | 130 | 46 | 70 |
| Binary | 10010010 | 10111001 | 1100101 | 10101 | 0 | 101101 | 11011 | 1011000 | 100110 | 111000 |
Color Harmonies of #92B965
Complementary color
Monochromatic Colors of #92B965
Black with #92B965
Text Example
Text Example
White with #92B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B965; }
p { color: rgb(146,185,101); }
H1.HeaderClassName
{
color: #92B965;
}
.AnyTagClassName
{
color: #92B965;
}
</style>
background-color css
<style>
a { background-color: #92B965; }
a { background-color: rgb(146,185,101); }
div.DivClassName
{
background-color: #92B965;
}
.BgClassName
{
background-color: #92B965;
}
</style>
border-color css
<style>
span { border-color: #92B965; }
span { border-color: rgb(146,185,101); }
td.TdClassName
{
border-color: #92B965;
}
.TagClassName
{
border-color: #92B965;
}
</style>