Shades of Olivine #93BC6A
Tints of Olivine #93BC6A
RGB
CMYK
RGB Variations
Color information
#93BC6A (or 0x93BC6A) is known color: Olivine. HEX triplet: 93, BC and 6A. RGB value is (147,188,106). Sum of RGB (Red+Green+Blue) = 147+188+106=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC6A is #6C4395. Grayscale: #A6A6A6. Windows color (decimal): -7095190 or 6995091. OLE color: 6995091.
HSL color Cylindrical-coordinate representation of color #93BC6A: hue angle of 90º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93BC6A is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 106 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.26 |
| HSL | 90º | 0.38% | 0.58% | - |
| HSV(B) | 90º | 0.44% | 0.74% | - |
| XYZ | 32.62 | 43.21 | 20.26 | - |
| YUV | 166.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 106 | 0.22 | 0 | 0.44 | 0.26 | 90 | 0.38 | 0.58 |
| Hex | 93 | BC | 6A | 16 | 0 | 2C | 1A | 5A | 26 | 3A |
| Octal | 223 | 274 | 152 | 26 | 0 | 54 | 32 | 132 | 46 | 72 |
| Binary | 10010011 | 10111100 | 1101010 | 10110 | 0 | 101100 | 11010 | 1011010 | 100110 | 111010 |
Color Harmonies of #93BC6A
Complementary color
Monochromatic Colors of #93BC6A
Black with #93BC6A
Text Example
Text Example
White with #93BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC6A; }
p { color: rgb(147,188,106); }
H1.HeaderClassName
{
color: #93BC6A;
}
.AnyTagClassName
{
color: #93BC6A;
}
</style>
background-color css
<style>
a { background-color: #93BC6A; }
a { background-color: rgb(147,188,106); }
div.DivClassName
{
background-color: #93BC6A;
}
.BgClassName
{
background-color: #93BC6A;
}
</style>
border-color css
<style>
span { border-color: #93BC6A; }
span { border-color: rgb(147,188,106); }
td.TdClassName
{
border-color: #93BC6A;
}
.TagClassName
{
border-color: #93BC6A;
}
</style>