Shades of Olivine #92C15F
Tints of Olivine #92C15F
RGB
CMYK
RGB Variations
Color information
#92C15F (or 0x92C15F) is known color: Olivine. HEX triplet: 92, C1 and 5F. RGB value is (146,193,95). Sum of RGB (Red+Green+Blue) = 146+193+95=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #92C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C15F is #6D3EA0. Grayscale: #A8A8A8. Windows color (decimal): -7159457 or 6275474. OLE color: 6275474.
HSL color Cylindrical-coordinate representation of color #92C15F: hue angle of 88.78º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92C15F is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 95 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.24 |
| HSL | 88.78º | 0.44% | 0.56% | - |
| HSV(B) | 88.78º | 0.51% | 0.76% | - |
| XYZ | 32.99 | 45.08 | 17.79 | - |
| YUV | 167.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 95 | 0.24 | 0 | 0.51 | 0.24 | 88.78 | 0.44 | 0.56 |
| Hex | 92 | C1 | 5F | 18 | 0 | 33 | 18 | 59 | 2C | 38 |
| Octal | 222 | 301 | 137 | 30 | 0 | 63 | 30 | 131 | 54 | 70 |
| Binary | 10010010 | 11000001 | 1011111 | 11000 | 0 | 110011 | 11000 | 1011001 | 101100 | 111000 |
Color Harmonies of #92C15F
Complementary color
Monochromatic Colors of #92C15F
Black with #92C15F
Text Example
Text Example
White with #92C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C15F; }
p { color: rgb(146,193,95); }
H1.HeaderClassName
{
color: #92C15F;
}
.AnyTagClassName
{
color: #92C15F;
}
</style>
background-color css
<style>
a { background-color: #92C15F; }
a { background-color: rgb(146,193,95); }
div.DivClassName
{
background-color: #92C15F;
}
.BgClassName
{
background-color: #92C15F;
}
</style>
border-color css
<style>
span { border-color: #92C15F; }
span { border-color: rgb(146,193,95); }
td.TdClassName
{
border-color: #92C15F;
}
.TagClassName
{
border-color: #92C15F;
}
</style>