Shades of Olivine #92BC7C
Tints of Olivine #92BC7C
RGB
CMYK
RGB Variations
Color information
#92BC7C (or 0x92BC7C) is known color: Olivine. HEX triplet: 92, BC and 7C. RGB value is (146,188,124). Sum of RGB (Red+Green+Blue) = 146+188+124=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC7C is #6D4383. Grayscale: #A8A8A8. Windows color (decimal): -7160708 or 8174738. OLE color: 8174738.
HSL color Cylindrical-coordinate representation of color #92BC7C: hue angle of 99.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BC7C is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 124 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.26 |
| HSL | 99.38º | 0.32% | 0.61% | - |
| HSV(B) | 99.38º | 0.34% | 0.74% | - |
| XYZ | 33.48 | 43.53 | 25.71 | - |
| YUV | 168.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 124 | 0.22 | 0 | 0.34 | 0.26 | 99.38 | 0.32 | 0.61 |
| Hex | 92 | BC | 7C | 16 | 0 | 22 | 1A | 63 | 20 | 3D |
| Octal | 222 | 274 | 174 | 26 | 0 | 42 | 32 | 143 | 40 | 75 |
| Binary | 10010010 | 10111100 | 1111100 | 10110 | 0 | 100010 | 11010 | 1100011 | 100000 | 111101 |
Color Harmonies of #92BC7C
Complementary color
Monochromatic Colors of #92BC7C
Black with #92BC7C
Text Example
Text Example
White with #92BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC7C; }
p { color: rgb(146,188,124); }
H1.HeaderClassName
{
color: #92BC7C;
}
.AnyTagClassName
{
color: #92BC7C;
}
</style>
background-color css
<style>
a { background-color: #92BC7C; }
a { background-color: rgb(146,188,124); }
div.DivClassName
{
background-color: #92BC7C;
}
.BgClassName
{
background-color: #92BC7C;
}
</style>
border-color css
<style>
span { border-color: #92BC7C; }
span { border-color: rgb(146,188,124); }
td.TdClassName
{
border-color: #92BC7C;
}
.TagClassName
{
border-color: #92BC7C;
}
</style>