Shades of Olivine #92BA71
Tints of Olivine #92BA71
RGB
CMYK
RGB Variations
Color information
#92BA71 (or 0x92BA71) is known color: Olivine. HEX triplet: 92, BA and 71. RGB value is (146,186,113). Sum of RGB (Red+Green+Blue) = 146+186+113=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA71 is #6D458E. Grayscale: #A5A5A5. Windows color (decimal): -7161231 or 7453330. OLE color: 7453330.
HSL color Cylindrical-coordinate representation of color #92BA71: hue angle of 92.88º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BA71 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 113 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.27 |
| HSL | 92.88º | 0.35% | 0.59% | - |
| HSV(B) | 92.88º | 0.39% | 0.73% | - |
| XYZ | 32.39 | 42.42 | 22.1 | - |
| YUV | 165.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 113 | 0.22 | 0 | 0.39 | 0.27 | 92.88 | 0.35 | 0.59 |
| Hex | 92 | BA | 71 | 16 | 0 | 27 | 1B | 5D | 23 | 3B |
| Octal | 222 | 272 | 161 | 26 | 0 | 47 | 33 | 135 | 43 | 73 |
| Binary | 10010010 | 10111010 | 1110001 | 10110 | 0 | 100111 | 11011 | 1011101 | 100011 | 111011 |
Color Harmonies of #92BA71
Complementary color
Monochromatic Colors of #92BA71
Black with #92BA71
Text Example
Text Example
White with #92BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA71; }
p { color: rgb(146,186,113); }
H1.HeaderClassName
{
color: #92BA71;
}
.AnyTagClassName
{
color: #92BA71;
}
</style>
background-color css
<style>
a { background-color: #92BA71; }
a { background-color: rgb(146,186,113); }
div.DivClassName
{
background-color: #92BA71;
}
.BgClassName
{
background-color: #92BA71;
}
</style>
border-color css
<style>
span { border-color: #92BA71; }
span { border-color: rgb(146,186,113); }
td.TdClassName
{
border-color: #92BA71;
}
.TagClassName
{
border-color: #92BA71;
}
</style>