Shades of Olivine #92C268
Tints of Olivine #92C268
RGB
CMYK
RGB Variations
Color information
#92C268 (or 0x92C268) is known color: Olivine. HEX triplet: 92, C2 and 68. RGB value is (146,194,104). Sum of RGB (Red+Green+Blue) = 146+194+104=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #92C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C268 is #6D3D97. Grayscale: #A9A9A9. Windows color (decimal): -7159192 or 6865554. OLE color: 6865554.
HSL color Cylindrical-coordinate representation of color #92C268: hue angle of 92º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92C268 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 104 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.24 |
| HSL | 92º | 0.42% | 0.58% | - |
| HSV(B) | 92º | 0.46% | 0.76% | - |
| XYZ | 33.64 | 45.69 | 20.14 | - |
| YUV | 169.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 104 | 0.25 | 0 | 0.46 | 0.24 | 92 | 0.42 | 0.58 |
| Hex | 92 | C2 | 68 | 19 | 0 | 2E | 18 | 5C | 2A | 3A |
| Octal | 222 | 302 | 150 | 31 | 0 | 56 | 30 | 134 | 52 | 72 |
| Binary | 10010010 | 11000010 | 1101000 | 11001 | 0 | 101110 | 11000 | 1011100 | 101010 | 111010 |
Color Harmonies of #92C268
Complementary color
Monochromatic Colors of #92C268
Black with #92C268
Text Example
Text Example
White with #92C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C268; }
p { color: rgb(146,194,104); }
H1.HeaderClassName
{
color: #92C268;
}
.AnyTagClassName
{
color: #92C268;
}
</style>
background-color css
<style>
a { background-color: #92C268; }
a { background-color: rgb(146,194,104); }
div.DivClassName
{
background-color: #92C268;
}
.BgClassName
{
background-color: #92C268;
}
</style>
border-color css
<style>
span { border-color: #92C268; }
span { border-color: rgb(146,194,104); }
td.TdClassName
{
border-color: #92C268;
}
.TagClassName
{
border-color: #92C268;
}
</style>