Shades of Dark Sea Green #93BC84
Tints of Dark Sea Green #93BC84
RGB
CMYK
RGB Variations
Color information
#93BC84 (or 0x93BC84) is known color: Dark Sea Green. HEX triplet: 93, BC and 84. RGB value is (147,188,132). Sum of RGB (Red+Green+Blue) = 147+188+132=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BC84 is #6C437B. Grayscale: #A9A9A9. Windows color (decimal): -7095164 or 8699027. OLE color: 8699027.
HSL color Cylindrical-coordinate representation of color #93BC84: hue angle of 103.93º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BC84 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 132 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.26 |
| HSL | 103.93º | 0.29% | 0.63% | - |
| HSV(B) | 103.93º | 0.3% | 0.74% | - |
| XYZ | 34.18 | 43.84 | 28.49 | - |
| YUV | 169.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 132 | 0.22 | 0 | 0.30 | 0.26 | 103.93 | 0.29 | 0.63 |
| Hex | 93 | BC | 84 | 16 | 0 | 1E | 1A | 68 | 1D | 3F |
| Octal | 223 | 274 | 204 | 26 | 0 | 36 | 32 | 150 | 35 | 77 |
| Binary | 10010011 | 10111100 | 10000100 | 10110 | 0 | 11110 | 11010 | 1101000 | 11101 | 111111 |
Color Harmonies of #93BC84
Complementary color
Monochromatic Colors of #93BC84
Black with #93BC84
Text Example
Text Example
White with #93BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC84; }
p { color: rgb(147,188,132); }
H1.HeaderClassName
{
color: #93BC84;
}
.AnyTagClassName
{
color: #93BC84;
}
</style>
background-color css
<style>
a { background-color: #93BC84; }
a { background-color: rgb(147,188,132); }
div.DivClassName
{
background-color: #93BC84;
}
.BgClassName
{
background-color: #93BC84;
}
</style>
border-color css
<style>
span { border-color: #93BC84; }
span { border-color: rgb(147,188,132); }
td.TdClassName
{
border-color: #93BC84;
}
.TagClassName
{
border-color: #93BC84;
}
</style>