Shades of Olivine #92BA74
Tints of Olivine #92BA74
RGB
CMYK
RGB Variations
Color information
#92BA74 (or 0x92BA74) is known color: Olivine. HEX triplet: 92, BA and 74. RGB value is (146,186,116). Sum of RGB (Red+Green+Blue) = 146+186+116=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA74 is #6D458B. Grayscale: #A6A6A6. Windows color (decimal): -7161228 or 7649938. OLE color: 7649938.
HSL color Cylindrical-coordinate representation of color #92BA74: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BA74 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 116 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.27 |
| HSL | 94.29º | 0.34% | 0.59% | - |
| HSV(B) | 94.29º | 0.38% | 0.73% | - |
| XYZ | 32.57 | 42.49 | 23.01 | - |
| YUV | 166.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 116 | 0.22 | 0 | 0.38 | 0.27 | 94.29 | 0.34 | 0.59 |
| Hex | 92 | BA | 74 | 16 | 0 | 26 | 1B | 5E | 22 | 3B |
| Octal | 222 | 272 | 164 | 26 | 0 | 46 | 33 | 136 | 42 | 73 |
| Binary | 10010010 | 10111010 | 1110100 | 10110 | 0 | 100110 | 11011 | 1011110 | 100010 | 111011 |
Color Harmonies of #92BA74
Complementary color
Monochromatic Colors of #92BA74
Black with #92BA74
Text Example
Text Example
White with #92BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA74; }
p { color: rgb(146,186,116); }
H1.HeaderClassName
{
color: #92BA74;
}
.AnyTagClassName
{
color: #92BA74;
}
</style>
background-color css
<style>
a { background-color: #92BA74; }
a { background-color: rgb(146,186,116); }
div.DivClassName
{
background-color: #92BA74;
}
.BgClassName
{
background-color: #92BA74;
}
</style>
border-color css
<style>
span { border-color: #92BA74; }
span { border-color: rgb(146,186,116); }
td.TdClassName
{
border-color: #92BA74;
}
.TagClassName
{
border-color: #92BA74;
}
</style>