Shades of Olivine #92B881
Tints of Olivine #92B881
RGB
CMYK
RGB Variations
Color information
#92B881 (or 0x92B881) is known color: Olivine. HEX triplet: 92, B8 and 81. RGB value is (146,184,129). Sum of RGB (Red+Green+Blue) = 146+184+129=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #92B881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B881 is #6D477E. Grayscale: #A6A6A6. Windows color (decimal): -7161727 or 8501394. OLE color: 8501394.
HSL color Cylindrical-coordinate representation of color #92B881: hue angle of 101.45º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92B881 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 184 | 129 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.28 |
| HSL | 101.45º | 0.28% | 0.61% | - |
| HSV(B) | 101.45º | 0.3% | 0.72% | - |
| XYZ | 32.96 | 41.98 | 27.13 | - |
| YUV | 166.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 129 | 0.21 | 0 | 0.30 | 0.28 | 101.45 | 0.28 | 0.61 |
| Hex | 92 | B8 | 81 | 15 | 0 | 1E | 1C | 65 | 1C | 3D |
| Octal | 222 | 270 | 201 | 25 | 0 | 36 | 34 | 145 | 34 | 75 |
| Binary | 10010010 | 10111000 | 10000001 | 10101 | 0 | 11110 | 11100 | 1100101 | 11100 | 111101 |
Color Harmonies of #92B881
Complementary color
Monochromatic Colors of #92B881
Black with #92B881
Text Example
Text Example
White with #92B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B881; }
p { color: rgb(146,184,129); }
H1.HeaderClassName
{
color: #92B881;
}
.AnyTagClassName
{
color: #92B881;
}
</style>
background-color css
<style>
a { background-color: #92B881; }
a { background-color: rgb(146,184,129); }
div.DivClassName
{
background-color: #92B881;
}
.BgClassName
{
background-color: #92B881;
}
</style>
border-color css
<style>
span { border-color: #92B881; }
span { border-color: rgb(146,184,129); }
td.TdClassName
{
border-color: #92B881;
}
.TagClassName
{
border-color: #92B881;
}
</style>