Shades of Olivine #92C163
Tints of Olivine #92C163
RGB
CMYK
RGB Variations
Color information
#92C163 (or 0x92C163) is known color: Olivine. HEX triplet: 92, C1 and 63. RGB value is (146,193,99). Sum of RGB (Red+Green+Blue) = 146+193+99=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #92C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C163 is #6D3E9C. Grayscale: #A8A8A8. Windows color (decimal): -7159453 or 6537618. OLE color: 6537618.
HSL color Cylindrical-coordinate representation of color #92C163: hue angle of 90º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92C163 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 99 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.24 |
| HSL | 90º | 0.43% | 0.57% | - |
| HSV(B) | 90º | 0.49% | 0.76% | - |
| XYZ | 33.18 | 45.15 | 18.77 | - |
| YUV | 168.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 99 | 0.24 | 0 | 0.49 | 0.24 | 90 | 0.43 | 0.57 |
| Hex | 92 | C1 | 63 | 18 | 0 | 31 | 18 | 5A | 2B | 39 |
| Octal | 222 | 301 | 143 | 30 | 0 | 61 | 30 | 132 | 53 | 71 |
| Binary | 10010010 | 11000001 | 1100011 | 11000 | 0 | 110001 | 11000 | 1011010 | 101011 | 111001 |
Color Harmonies of #92C163
Complementary color
Monochromatic Colors of #92C163
Black with #92C163
Text Example
Text Example
White with #92C163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C163; }
p { color: rgb(146,193,99); }
H1.HeaderClassName
{
color: #92C163;
}
.AnyTagClassName
{
color: #92C163;
}
</style>
background-color css
<style>
a { background-color: #92C163; }
a { background-color: rgb(146,193,99); }
div.DivClassName
{
background-color: #92C163;
}
.BgClassName
{
background-color: #92C163;
}
</style>
border-color css
<style>
span { border-color: #92C163; }
span { border-color: rgb(146,193,99); }
td.TdClassName
{
border-color: #92C163;
}
.TagClassName
{
border-color: #92C163;
}
</style>