Shades of Olivine #93BC73
Tints of Olivine #93BC73
RGB
CMYK
RGB Variations
Color information
#93BC73 (or 0x93BC73) is known color: Olivine. HEX triplet: 93, BC and 73. RGB value is (147,188,115). Sum of RGB (Red+Green+Blue) = 147+188+115=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC73 is #6C438C. Grayscale: #A7A7A7. Windows color (decimal): -7095181 or 7584915. OLE color: 7584915.
HSL color Cylindrical-coordinate representation of color #93BC73: hue angle of 93.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BC73 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 115 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.26 |
| HSL | 93.7º | 0.35% | 0.59% | - |
| HSV(B) | 93.7º | 0.39% | 0.74% | - |
| XYZ | 33.11 | 43.41 | 22.85 | - |
| YUV | 167.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 115 | 0.22 | 0 | 0.39 | 0.26 | 93.7 | 0.35 | 0.59 |
| Hex | 93 | BC | 73 | 16 | 0 | 27 | 1A | 5E | 23 | 3B |
| Octal | 223 | 274 | 163 | 26 | 0 | 47 | 32 | 136 | 43 | 73 |
| Binary | 10010011 | 10111100 | 1110011 | 10110 | 0 | 100111 | 11010 | 1011110 | 100011 | 111011 |
Color Harmonies of #93BC73
Complementary color
Monochromatic Colors of #93BC73
Black with #93BC73
Text Example
Text Example
White with #93BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC73; }
p { color: rgb(147,188,115); }
H1.HeaderClassName
{
color: #93BC73;
}
.AnyTagClassName
{
color: #93BC73;
}
</style>
background-color css
<style>
a { background-color: #93BC73; }
a { background-color: rgb(147,188,115); }
div.DivClassName
{
background-color: #93BC73;
}
.BgClassName
{
background-color: #93BC73;
}
</style>
border-color css
<style>
span { border-color: #93BC73; }
span { border-color: rgb(147,188,115); }
td.TdClassName
{
border-color: #93BC73;
}
.TagClassName
{
border-color: #93BC73;
}
</style>