Shades of Dark Sea Green #91BC85
Tints of Dark Sea Green #91BC85
RGB
CMYK
RGB Variations
Color information
#91BC85 (or 0x91BC85) is known color: Dark Sea Green. HEX triplet: 91, BC and 85. RGB value is (145,188,133). Sum of RGB (Red+Green+Blue) = 145+188+133=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BC85 is #6E437A. Grayscale: #A9A9A9. Windows color (decimal): -7226235 or 8764561. OLE color: 8764561.
HSL color Cylindrical-coordinate representation of color #91BC85: hue angle of 106.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BC85 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 133 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.26 |
| HSL | 106.91º | 0.29% | 0.63% | - |
| HSV(B) | 106.91º | 0.29% | 0.74% | - |
| XYZ | 33.89 | 43.68 | 28.83 | - |
| YUV | 168.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 133 | 0.23 | 0 | 0.29 | 0.26 | 106.91 | 0.29 | 0.63 |
| Hex | 91 | BC | 85 | 17 | 0 | 1D | 1A | 6B | 1D | 3F |
| Octal | 221 | 274 | 205 | 27 | 0 | 35 | 32 | 153 | 35 | 77 |
| Binary | 10010001 | 10111100 | 10000101 | 10111 | 0 | 11101 | 11010 | 1101011 | 11101 | 111111 |
Color Harmonies of #91BC85
Complementary color
Monochromatic Colors of #91BC85
Black with #91BC85
Text Example
Text Example
White with #91BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC85; }
p { color: rgb(145,188,133); }
H1.HeaderClassName
{
color: #91BC85;
}
.AnyTagClassName
{
color: #91BC85;
}
</style>
background-color css
<style>
a { background-color: #91BC85; }
a { background-color: rgb(145,188,133); }
div.DivClassName
{
background-color: #91BC85;
}
.BgClassName
{
background-color: #91BC85;
}
</style>
border-color css
<style>
span { border-color: #91BC85; }
span { border-color: rgb(145,188,133); }
td.TdClassName
{
border-color: #91BC85;
}
.TagClassName
{
border-color: #91BC85;
}
</style>