Shades of Olivine #93BA66
Tints of Olivine #93BA66
RGB
CMYK
RGB Variations
Color information
#93BA66 (or 0x93BA66) is known color: Olivine. HEX triplet: 93, BA and 66. RGB value is (147,186,102). Sum of RGB (Red+Green+Blue) = 147+186+102=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA66 is #6C4599. Grayscale: #A5A5A5. Windows color (decimal): -7095706 or 6732435. OLE color: 6732435.
HSL color Cylindrical-coordinate representation of color #93BA66: hue angle of 87.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93BA66 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 102 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.27 |
| HSL | 87.86º | 0.38% | 0.56% | - |
| HSV(B) | 87.86º | 0.45% | 0.73% | - |
| XYZ | 31.99 | 42.28 | 19.05 | - |
| YUV | 164.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 102 | 0.21 | 0 | 0.45 | 0.27 | 87.86 | 0.38 | 0.56 |
| Hex | 93 | BA | 66 | 15 | 0 | 2D | 1B | 58 | 26 | 38 |
| Octal | 223 | 272 | 146 | 25 | 0 | 55 | 33 | 130 | 46 | 70 |
| Binary | 10010011 | 10111010 | 1100110 | 10101 | 0 | 101101 | 11011 | 1011000 | 100110 | 111000 |
Color Harmonies of #93BA66
Complementary color
Monochromatic Colors of #93BA66
Black with #93BA66
Text Example
Text Example
White with #93BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA66; }
p { color: rgb(147,186,102); }
H1.HeaderClassName
{
color: #93BA66;
}
.AnyTagClassName
{
color: #93BA66;
}
</style>
background-color css
<style>
a { background-color: #93BA66; }
a { background-color: rgb(147,186,102); }
div.DivClassName
{
background-color: #93BA66;
}
.BgClassName
{
background-color: #93BA66;
}
</style>
border-color css
<style>
span { border-color: #93BA66; }
span { border-color: rgb(147,186,102); }
td.TdClassName
{
border-color: #93BA66;
}
.TagClassName
{
border-color: #93BA66;
}
</style>