Shades of Olivine #92B973
Tints of Olivine #92B973
RGB
CMYK
RGB Variations
Color information
#92B973 (or 0x92B973) is known color: Olivine. HEX triplet: 92, B9 and 73. RGB value is (146,185,115). Sum of RGB (Red+Green+Blue) = 146+185+115=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #92B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B973 is #6D468C. Grayscale: #A5A5A5. Windows color (decimal): -7161485 or 7584146. OLE color: 7584146.
HSL color Cylindrical-coordinate representation of color #92B973: hue angle of 93.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B973 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 185 | 115 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.27 |
| HSL | 93.43º | 0.33% | 0.59% | - |
| HSV(B) | 93.43º | 0.38% | 0.73% | - |
| XYZ | 32.3 | 42.05 | 22.63 | - |
| YUV | 165.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 115 | 0.21 | 0 | 0.38 | 0.27 | 93.43 | 0.33 | 0.59 |
| Hex | 92 | B9 | 73 | 15 | 0 | 26 | 1B | 5D | 21 | 3B |
| Octal | 222 | 271 | 163 | 25 | 0 | 46 | 33 | 135 | 41 | 73 |
| Binary | 10010010 | 10111001 | 1110011 | 10101 | 0 | 100110 | 11011 | 1011101 | 100001 | 111011 |
Color Harmonies of #92B973
Complementary color
Monochromatic Colors of #92B973
Black with #92B973
Text Example
Text Example
White with #92B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B973; }
p { color: rgb(146,185,115); }
H1.HeaderClassName
{
color: #92B973;
}
.AnyTagClassName
{
color: #92B973;
}
</style>
background-color css
<style>
a { background-color: #92B973; }
a { background-color: rgb(146,185,115); }
div.DivClassName
{
background-color: #92B973;
}
.BgClassName
{
background-color: #92B973;
}
</style>
border-color css
<style>
span { border-color: #92B973; }
span { border-color: rgb(146,185,115); }
td.TdClassName
{
border-color: #92B973;
}
.TagClassName
{
border-color: #92B973;
}
</style>