Shades of Dark Sea Green #91BC82
Tints of Dark Sea Green #91BC82
RGB
CMYK
RGB Variations
Color information
#91BC82 (or 0x91BC82) is known color: Dark Sea Green. HEX triplet: 91, BC and 82. RGB value is (145,188,130). Sum of RGB (Red+Green+Blue) = 145+188+130=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BC82 is #6E437D. Grayscale: #A8A8A8. Windows color (decimal): -7226238 or 8567953. OLE color: 8567953.
HSL color Cylindrical-coordinate representation of color #91BC82: hue angle of 104.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91BC82 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 130 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.26 |
| HSL | 104.48º | 0.3% | 0.62% | - |
| HSV(B) | 104.48º | 0.31% | 0.74% | - |
| XYZ | 33.69 | 43.6 | 27.76 | - |
| YUV | 168.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 130 | 0.23 | 0 | 0.31 | 0.26 | 104.48 | 0.3 | 0.62 |
| Hex | 91 | BC | 82 | 17 | 0 | 1F | 1A | 68 | 1E | 3E |
| Octal | 221 | 274 | 202 | 27 | 0 | 37 | 32 | 150 | 36 | 76 |
| Binary | 10010001 | 10111100 | 10000010 | 10111 | 0 | 11111 | 11010 | 1101000 | 11110 | 111110 |
Color Harmonies of #91BC82
Complementary color
Monochromatic Colors of #91BC82
Black with #91BC82
Text Example
Text Example
White with #91BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC82; }
p { color: rgb(145,188,130); }
H1.HeaderClassName
{
color: #91BC82;
}
.AnyTagClassName
{
color: #91BC82;
}
</style>
background-color css
<style>
a { background-color: #91BC82; }
a { background-color: rgb(145,188,130); }
div.DivClassName
{
background-color: #91BC82;
}
.BgClassName
{
background-color: #91BC82;
}
</style>
border-color css
<style>
span { border-color: #91BC82; }
span { border-color: rgb(145,188,130); }
td.TdClassName
{
border-color: #91BC82;
}
.TagClassName
{
border-color: #91BC82;
}
</style>