Shades of Dark Sea Green #9BBC9D
Tints of Dark Sea Green #9BBC9D
RGB
CMYK
RGB Variations
Color information
#9BBC9D (or 0x9BBC9D) is known color: Dark Sea Green. HEX triplet: 9B, BC and 9D. RGB value is (155,188,157). Sum of RGB (Red+Green+Blue) = 155+188+157=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC9D is #644362. Grayscale: #AEAEAE. Windows color (decimal): -6570851 or 10337435. OLE color: 10337435.
HSL color Cylindrical-coordinate representation of color #9BBC9D: hue angle of 123.64º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBC9D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 157 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.26 |
| HSL | 123.64º | 0.2% | 0.67% | - |
| HSV(B) | 123.64º | 0.18% | 0.74% | - |
| XYZ | 37.59 | 45.37 | 38.67 | - |
| YUV | 174.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 157 | 0.18 | 0 | 0.16 | 0.26 | 123.64 | 0.2 | 0.67 |
| Hex | 9B | BC | 9D | 12 | 0 | 10 | 1A | 7C | 14 | 43 |
| Octal | 233 | 274 | 235 | 22 | 0 | 20 | 32 | 174 | 24 | 103 |
| Binary | 10011011 | 10111100 | 10011101 | 10010 | 0 | 10000 | 11010 | 1111100 | 10100 | 1000011 |
Color Harmonies of #9BBC9D
Complementary color
Monochromatic Colors of #9BBC9D
Black with #9BBC9D
Text Example
Text Example
White with #9BBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC9D; }
p { color: rgb(155,188,157); }
H1.HeaderClassName
{
color: #9BBC9D;
}
.AnyTagClassName
{
color: #9BBC9D;
}
</style>
background-color css
<style>
a { background-color: #9BBC9D; }
a { background-color: rgb(155,188,157); }
div.DivClassName
{
background-color: #9BBC9D;
}
.BgClassName
{
background-color: #9BBC9D;
}
</style>
border-color css
<style>
span { border-color: #9BBC9D; }
span { border-color: rgb(155,188,157); }
td.TdClassName
{
border-color: #9BBC9D;
}
.TagClassName
{
border-color: #9BBC9D;
}
</style>