Shades of Dark Sea Green #9CBD9C
Tints of Dark Sea Green #9CBD9C
RGB
CMYK
RGB Variations
Color information
#9CBD9C (or 0x9CBD9C) is known color: Dark Sea Green. HEX triplet: 9C, BD and 9C. RGB value is (156,189,156). Sum of RGB (Red+Green+Blue) = 156+189+156=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD9C is #634263. Grayscale: #AFAFAF. Windows color (decimal): -6505060 or 10272156. OLE color: 10272156.
HSL color Cylindrical-coordinate representation of color #9CBD9C: hue angle of 120º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBD9C is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 156 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.26 |
| HSL | 120º | 0.2% | 0.68% | - |
| HSV(B) | 120º | 0.17% | 0.74% | - |
| XYZ | 37.91 | 45.86 | 38.31 | - |
| YUV | 175.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 156 | 0.17 | 0 | 0.17 | 0.26 | 120 | 0.2 | 0.68 |
| Hex | 9C | BD | 9C | 11 | 0 | 11 | 1A | 78 | 14 | 44 |
| Octal | 234 | 275 | 234 | 21 | 0 | 21 | 32 | 170 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10011100 | 10001 | 0 | 10001 | 11010 | 1111000 | 10100 | 1000100 |
Color Harmonies of #9CBD9C
Complementary color
Monochromatic Colors of #9CBD9C
Black with #9CBD9C
Text Example
Text Example
White with #9CBD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD9C; }
p { color: rgb(156,189,156); }
H1.HeaderClassName
{
color: #9CBD9C;
}
.AnyTagClassName
{
color: #9CBD9C;
}
</style>
background-color css
<style>
a { background-color: #9CBD9C; }
a { background-color: rgb(156,189,156); }
div.DivClassName
{
background-color: #9CBD9C;
}
.BgClassName
{
background-color: #9CBD9C;
}
</style>
border-color css
<style>
span { border-color: #9CBD9C; }
span { border-color: rgb(156,189,156); }
td.TdClassName
{
border-color: #9CBD9C;
}
.TagClassName
{
border-color: #9CBD9C;
}
</style>