Shades of Olivine #92BA76
Tints of Olivine #92BA76
RGB
CMYK
RGB Variations
Color information
#92BA76 (or 0x92BA76) is known color: Olivine. HEX triplet: 92, BA and 76. RGB value is (146,186,118). Sum of RGB (Red+Green+Blue) = 146+186+118=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA76 is #6D4589. Grayscale: #A6A6A6. Windows color (decimal): -7161226 or 7781010. OLE color: 7781010.
HSL color Cylindrical-coordinate representation of color #92BA76: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BA76 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 118 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.27 |
| HSL | 95.29º | 0.33% | 0.6% | - |
| HSV(B) | 95.29º | 0.37% | 0.73% | - |
| XYZ | 32.68 | 42.54 | 23.63 | - |
| YUV | 166.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 118 | 0.22 | 0 | 0.37 | 0.27 | 95.29 | 0.33 | 0.6 |
| Hex | 92 | BA | 76 | 16 | 0 | 25 | 1B | 5F | 21 | 3C |
| Octal | 222 | 272 | 166 | 26 | 0 | 45 | 33 | 137 | 41 | 74 |
| Binary | 10010010 | 10111010 | 1110110 | 10110 | 0 | 100101 | 11011 | 1011111 | 100001 | 111100 |
Color Harmonies of #92BA76
Complementary color
Monochromatic Colors of #92BA76
Black with #92BA76
Text Example
Text Example
White with #92BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA76; }
p { color: rgb(146,186,118); }
H1.HeaderClassName
{
color: #92BA76;
}
.AnyTagClassName
{
color: #92BA76;
}
</style>
background-color css
<style>
a { background-color: #92BA76; }
a { background-color: rgb(146,186,118); }
div.DivClassName
{
background-color: #92BA76;
}
.BgClassName
{
background-color: #92BA76;
}
</style>
border-color css
<style>
span { border-color: #92BA76; }
span { border-color: rgb(146,186,118); }
td.TdClassName
{
border-color: #92BA76;
}
.TagClassName
{
border-color: #92BA76;
}
</style>