Shades of Dark Sea Green #9CB49C
Tints of Dark Sea Green #9CB49C
RGB
CMYK
RGB Variations
Color information
#9CB49C (or 0x9CB49C) is known color: Dark Sea Green. HEX triplet: 9C, B4 and 9C. RGB value is (156,180,156). Sum of RGB (Red+Green+Blue) = 156+180+156=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB49C is #634B63. Grayscale: #AAAAAA. Windows color (decimal): -6507364 or 10269852. OLE color: 10269852.
HSL color Cylindrical-coordinate representation of color #9CB49C: hue angle of 120º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CB49C is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 156 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.29 |
| HSL | 120º | 0.14% | 0.66% | - |
| HSV(B) | 120º | 0.13% | 0.71% | - |
| XYZ | 36.03 | 42.11 | 37.68 | - |
| YUV | 170.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 156 | 0.13 | 0 | 0.13 | 0.29 | 120 | 0.14 | 0.66 |
| Hex | 9C | B4 | 9C | D | 0 | D | 1D | 78 | E | 42 |
| Octal | 234 | 264 | 234 | 15 | 0 | 15 | 35 | 170 | 16 | 102 |
| Binary | 10011100 | 10110100 | 10011100 | 1101 | 0 | 1101 | 11101 | 1111000 | 1110 | 1000010 |
Color Harmonies of #9CB49C
Complementary color
Monochromatic Colors of #9CB49C
Black with #9CB49C
Text Example
Text Example
White with #9CB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB49C; }
p { color: rgb(156,180,156); }
H1.HeaderClassName
{
color: #9CB49C;
}
.AnyTagClassName
{
color: #9CB49C;
}
</style>
background-color css
<style>
a { background-color: #9CB49C; }
a { background-color: rgb(156,180,156); }
div.DivClassName
{
background-color: #9CB49C;
}
.BgClassName
{
background-color: #9CB49C;
}
</style>
border-color css
<style>
span { border-color: #9CB49C; }
span { border-color: rgb(156,180,156); }
td.TdClassName
{
border-color: #9CB49C;
}
.TagClassName
{
border-color: #9CB49C;
}
</style>