Shades of Olivine #92C873
Tints of Olivine #92C873
RGB
CMYK
RGB Variations
Color information
#92C873 (or 0x92C873) is known color: Olivine. HEX triplet: 92, C8 and 73. RGB value is (146,200,115). Sum of RGB (Red+Green+Blue) = 146+200+115=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #92C873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C873 is #6D378C. Grayscale: #AEAEAE. Windows color (decimal): -7157645 or 7587986. OLE color: 7587986.
HSL color Cylindrical-coordinate representation of color #92C873: hue angle of 98.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92C873 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 115 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.22 |
| HSL | 98.12º | 0.44% | 0.62% | - |
| HSV(B) | 98.12º | 0.43% | 0.78% | - |
| XYZ | 35.6 | 48.66 | 23.74 | - |
| YUV | 174.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 115 | 0.27 | 0 | 0.42 | 0.22 | 98.12 | 0.44 | 0.62 |
| Hex | 92 | C8 | 73 | 1B | 0 | 2A | 16 | 62 | 2C | 3E |
| Octal | 222 | 310 | 163 | 33 | 0 | 52 | 26 | 142 | 54 | 76 |
| Binary | 10010010 | 11001000 | 1110011 | 11011 | 0 | 101010 | 10110 | 1100010 | 101100 | 111110 |
Color Harmonies of #92C873
Complementary color
Monochromatic Colors of #92C873
Black with #92C873
Text Example
Text Example
White with #92C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C873; }
p { color: rgb(146,200,115); }
H1.HeaderClassName
{
color: #92C873;
}
.AnyTagClassName
{
color: #92C873;
}
</style>
background-color css
<style>
a { background-color: #92C873; }
a { background-color: rgb(146,200,115); }
div.DivClassName
{
background-color: #92C873;
}
.BgClassName
{
background-color: #92C873;
}
</style>
border-color css
<style>
span { border-color: #92C873; }
span { border-color: rgb(146,200,115); }
td.TdClassName
{
border-color: #92C873;
}
.TagClassName
{
border-color: #92C873;
}
</style>