Shades of Olivine #92BA65
Tints of Olivine #92BA65
RGB
CMYK
RGB Variations
Color information
#92BA65 (or 0x92BA65) is known color: Olivine. HEX triplet: 92, BA and 65. RGB value is (146,186,101). Sum of RGB (Red+Green+Blue) = 146+186+101=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA65 is #6D459A. Grayscale: #A4A4A4. Windows color (decimal): -7161243 or 6666898. OLE color: 6666898.
HSL color Cylindrical-coordinate representation of color #92BA65: hue angle of 88.24º 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 #92BA65 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 101 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.27 |
| HSL | 88.24º | 0.38% | 0.56% | - |
| HSV(B) | 88.24º | 0.46% | 0.73% | - |
| XYZ | 31.76 | 42.17 | 18.78 | - |
| YUV | 164.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 101 | 0.22 | 0 | 0.46 | 0.27 | 88.24 | 0.38 | 0.56 |
| Hex | 92 | BA | 65 | 16 | 0 | 2E | 1B | 58 | 26 | 38 |
| Octal | 222 | 272 | 145 | 26 | 0 | 56 | 33 | 130 | 46 | 70 |
| Binary | 10010010 | 10111010 | 1100101 | 10110 | 0 | 101110 | 11011 | 1011000 | 100110 | 111000 |
Color Harmonies of #92BA65
Complementary color
Monochromatic Colors of #92BA65
Black with #92BA65
Text Example
Text Example
White with #92BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA65; }
p { color: rgb(146,186,101); }
H1.HeaderClassName
{
color: #92BA65;
}
.AnyTagClassName
{
color: #92BA65;
}
</style>
background-color css
<style>
a { background-color: #92BA65; }
a { background-color: rgb(146,186,101); }
div.DivClassName
{
background-color: #92BA65;
}
.BgClassName
{
background-color: #92BA65;
}
</style>
border-color css
<style>
span { border-color: #92BA65; }
span { border-color: rgb(146,186,101); }
td.TdClassName
{
border-color: #92BA65;
}
.TagClassName
{
border-color: #92BA65;
}
</style>