Shades of Olivine #92BD65
Tints of Olivine #92BD65
RGB
CMYK
RGB Variations
Color information
#92BD65 (or 0x92BD65) is known color: Olivine. HEX triplet: 92, BD and 65. RGB value is (146,189,101). Sum of RGB (Red+Green+Blue) = 146+189+101=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD65 is #6D429A. Grayscale: #A6A6A6. Windows color (decimal): -7160475 or 6667666. OLE color: 6667666.
HSL color Cylindrical-coordinate representation of color #92BD65: hue angle of 89.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92BD65 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 101 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.26 |
| HSL | 89.32º | 0.4% | 0.57% | - |
| HSV(B) | 89.32º | 0.47% | 0.74% | - |
| XYZ | 32.4 | 43.45 | 18.99 | - |
| YUV | 166.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 101 | 0.23 | 0 | 0.47 | 0.26 | 89.32 | 0.4 | 0.57 |
| Hex | 92 | BD | 65 | 17 | 0 | 2F | 1A | 59 | 28 | 39 |
| Octal | 222 | 275 | 145 | 27 | 0 | 57 | 32 | 131 | 50 | 71 |
| Binary | 10010010 | 10111101 | 1100101 | 10111 | 0 | 101111 | 11010 | 1011001 | 101000 | 111001 |
Color Harmonies of #92BD65
Complementary color
Monochromatic Colors of #92BD65
Black with #92BD65
Text Example
Text Example
White with #92BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD65; }
p { color: rgb(146,189,101); }
H1.HeaderClassName
{
color: #92BD65;
}
.AnyTagClassName
{
color: #92BD65;
}
</style>
background-color css
<style>
a { background-color: #92BD65; }
a { background-color: rgb(146,189,101); }
div.DivClassName
{
background-color: #92BD65;
}
.BgClassName
{
background-color: #92BD65;
}
</style>
border-color css
<style>
span { border-color: #92BD65; }
span { border-color: rgb(146,189,101); }
td.TdClassName
{
border-color: #92BD65;
}
.TagClassName
{
border-color: #92BD65;
}
</style>