Shades of Olivine #92BD7C
Tints of Olivine #92BD7C
RGB
CMYK
RGB Variations
Color information
#92BD7C (or 0x92BD7C) is known color: Olivine. HEX triplet: 92, BD and 7C. RGB value is (146,189,124). Sum of RGB (Red+Green+Blue) = 146+189+124=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD7C is #6D4283. Grayscale: #A8A8A8. Windows color (decimal): -7160452 or 8174994. OLE color: 8174994.
HSL color Cylindrical-coordinate representation of color #92BD7C: hue angle of 99.69º degrees, saturation: 0.33, 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 #92BD7C is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 124 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.26 |
| HSL | 99.69º | 0.33% | 0.61% | - |
| HSV(B) | 99.69º | 0.34% | 0.74% | - |
| XYZ | 33.69 | 43.96 | 25.78 | - |
| YUV | 168.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 124 | 0.23 | 0 | 0.34 | 0.26 | 99.69 | 0.33 | 0.61 |
| Hex | 92 | BD | 7C | 17 | 0 | 22 | 1A | 64 | 21 | 3D |
| Octal | 222 | 275 | 174 | 27 | 0 | 42 | 32 | 144 | 41 | 75 |
| Binary | 10010010 | 10111101 | 1111100 | 10111 | 0 | 100010 | 11010 | 1100100 | 100001 | 111101 |
Color Harmonies of #92BD7C
Complementary color
Monochromatic Colors of #92BD7C
Black with #92BD7C
Text Example
Text Example
White with #92BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD7C; }
p { color: rgb(146,189,124); }
H1.HeaderClassName
{
color: #92BD7C;
}
.AnyTagClassName
{
color: #92BD7C;
}
</style>
background-color css
<style>
a { background-color: #92BD7C; }
a { background-color: rgb(146,189,124); }
div.DivClassName
{
background-color: #92BD7C;
}
.BgClassName
{
background-color: #92BD7C;
}
</style>
border-color css
<style>
span { border-color: #92BD7C; }
span { border-color: rgb(146,189,124); }
td.TdClassName
{
border-color: #92BD7C;
}
.TagClassName
{
border-color: #92BD7C;
}
</style>