Shades of Dark Sea Green #93BA84
Tints of Dark Sea Green #93BA84
RGB
CMYK
RGB Variations
Color information
#93BA84 (or 0x93BA84) is known color: Dark Sea Green. HEX triplet: 93, BA and 84. RGB value is (147,186,132). Sum of RGB (Red+Green+Blue) = 147+186+132=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA84 is #6C457B. Grayscale: #A8A8A8. Windows color (decimal): -7095676 or 8698515. OLE color: 8698515.
HSL color Cylindrical-coordinate representation of color #93BA84: hue angle of 103.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BA84 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 132 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.27 |
| HSL | 103.33º | 0.28% | 0.62% | - |
| HSV(B) | 103.33º | 0.29% | 0.73% | - |
| XYZ | 33.76 | 42.99 | 28.35 | - |
| YUV | 168.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 132 | 0.21 | 0 | 0.29 | 0.27 | 103.33 | 0.28 | 0.62 |
| Hex | 93 | BA | 84 | 15 | 0 | 1D | 1B | 67 | 1C | 3E |
| Octal | 223 | 272 | 204 | 25 | 0 | 35 | 33 | 147 | 34 | 76 |
| Binary | 10010011 | 10111010 | 10000100 | 10101 | 0 | 11101 | 11011 | 1100111 | 11100 | 111110 |
Color Harmonies of #93BA84
Complementary color
Monochromatic Colors of #93BA84
Black with #93BA84
Text Example
Text Example
White with #93BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA84; }
p { color: rgb(147,186,132); }
H1.HeaderClassName
{
color: #93BA84;
}
.AnyTagClassName
{
color: #93BA84;
}
</style>
background-color css
<style>
a { background-color: #93BA84; }
a { background-color: rgb(147,186,132); }
div.DivClassName
{
background-color: #93BA84;
}
.BgClassName
{
background-color: #93BA84;
}
</style>
border-color css
<style>
span { border-color: #93BA84; }
span { border-color: rgb(147,186,132); }
td.TdClassName
{
border-color: #93BA84;
}
.TagClassName
{
border-color: #93BA84;
}
</style>