Shades of Dark Sea Green #9CBB9D
Tints of Dark Sea Green #9CBB9D
RGB
CMYK
RGB Variations
Color information
#9CBB9D (or 0x9CBB9D) is known color: Dark Sea Green. HEX triplet: 9C, BB and 9D. RGB value is (156,187,157). Sum of RGB (Red+Green+Blue) = 156+187+157=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB9D is #634462. Grayscale: #AEAEAE. Windows color (decimal): -6505571 or 10337180. OLE color: 10337180.
HSL color Cylindrical-coordinate representation of color #9CBB9D: hue angle of 121.94º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBB9D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 157 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.27 |
| HSL | 121.94º | 0.19% | 0.67% | - |
| HSV(B) | 121.94º | 0.17% | 0.73% | - |
| XYZ | 37.57 | 45.04 | 38.61 | - |
| YUV | 174.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 157 | 0.17 | 0 | 0.16 | 0.27 | 121.94 | 0.19 | 0.67 |
| Hex | 9C | BB | 9D | 11 | 0 | 10 | 1B | 7A | 13 | 43 |
| Octal | 234 | 273 | 235 | 21 | 0 | 20 | 33 | 172 | 23 | 103 |
| Binary | 10011100 | 10111011 | 10011101 | 10001 | 0 | 10000 | 11011 | 1111010 | 10011 | 1000011 |
Color Harmonies of #9CBB9D
Complementary color
Monochromatic Colors of #9CBB9D
Black with #9CBB9D
Text Example
Text Example
White with #9CBB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB9D; }
p { color: rgb(156,187,157); }
H1.HeaderClassName
{
color: #9CBB9D;
}
.AnyTagClassName
{
color: #9CBB9D;
}
</style>
background-color css
<style>
a { background-color: #9CBB9D; }
a { background-color: rgb(156,187,157); }
div.DivClassName
{
background-color: #9CBB9D;
}
.BgClassName
{
background-color: #9CBB9D;
}
</style>
border-color css
<style>
span { border-color: #9CBB9D; }
span { border-color: rgb(156,187,157); }
td.TdClassName
{
border-color: #9CBB9D;
}
.TagClassName
{
border-color: #9CBB9D;
}
</style>