Shades of Olivine #92B964
Tints of Olivine #92B964
RGB
CMYK
RGB Variations
Color information
#92B964 (or 0x92B964) is known color: Olivine. HEX triplet: 92, B9 and 64. RGB value is (146,185,100). Sum of RGB (Red+Green+Blue) = 146+185+100=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #92B964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B964 is #6D469B. Grayscale: #A3A3A3. Windows color (decimal): -7161500 or 6601106. OLE color: 6601106.
HSL color Cylindrical-coordinate representation of color #92B964: hue angle of 87.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92B964 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 185 | 100 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.27 |
| HSL | 87.53º | 0.38% | 0.56% | - |
| HSV(B) | 87.53º | 0.46% | 0.73% | - |
| XYZ | 31.5 | 41.73 | 18.45 | - |
| YUV | 163.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 100 | 0.21 | 0 | 0.46 | 0.27 | 87.53 | 0.38 | 0.56 |
| Hex | 92 | B9 | 64 | 15 | 0 | 2E | 1B | 58 | 26 | 38 |
| Octal | 222 | 271 | 144 | 25 | 0 | 56 | 33 | 130 | 46 | 70 |
| Binary | 10010010 | 10111001 | 1100100 | 10101 | 0 | 101110 | 11011 | 1011000 | 100110 | 111000 |
Color Harmonies of #92B964
Complementary color
Monochromatic Colors of #92B964
Black with #92B964
Text Example
Text Example
White with #92B964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B964; }
p { color: rgb(146,185,100); }
H1.HeaderClassName
{
color: #92B964;
}
.AnyTagClassName
{
color: #92B964;
}
</style>
background-color css
<style>
a { background-color: #92B964; }
a { background-color: rgb(146,185,100); }
div.DivClassName
{
background-color: #92B964;
}
.BgClassName
{
background-color: #92B964;
}
</style>
border-color css
<style>
span { border-color: #92B964; }
span { border-color: rgb(146,185,100); }
td.TdClassName
{
border-color: #92B964;
}
.TagClassName
{
border-color: #92B964;
}
</style>