Shades of Skeptic #9CBCAB
Tints of Skeptic #9CBCAB
RGB
CMYK
RGB Variations
Color information
#9CBCAB (or 0x9CBCAB) is known color: Skeptic. HEX triplet: 9C, BC and AB. RGB value is (156,188,171). Sum of RGB (Red+Green+Blue) = 156+188+171=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCAB is #634354. Grayscale: #B0B0B0. Windows color (decimal): -6505301 or 11254940. OLE color: 11254940.
HSL color Cylindrical-coordinate representation of color #9CBCAB: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCAB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 171 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.26 |
| HSL | 148.13º | 0.19% | 0.67% | - |
| HSV(B) | 148.13º | 0.17% | 0.74% | - |
| XYZ | 39.04 | 45.97 | 45.34 | - |
| YUV | 176.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 171 | 0.17 | 0 | 0.09 | 0.26 | 148.13 | 0.19 | 0.67 |
| Hex | 9C | BC | AB | 11 | 0 | 9 | 1A | 94 | 13 | 43 |
| Octal | 234 | 274 | 253 | 21 | 0 | 11 | 32 | 224 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10101011 | 10001 | 0 | 1001 | 11010 | 10010100 | 10011 | 1000011 |
Color Harmonies of #9CBCAB
Complementary color
Monochromatic Colors of #9CBCAB
Black with #9CBCAB
Text Example
Text Example
White with #9CBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCAB; }
p { color: rgb(156,188,171); }
H1.HeaderClassName
{
color: #9CBCAB;
}
.AnyTagClassName
{
color: #9CBCAB;
}
</style>
background-color css
<style>
a { background-color: #9CBCAB; }
a { background-color: rgb(156,188,171); }
div.DivClassName
{
background-color: #9CBCAB;
}
.BgClassName
{
background-color: #9CBCAB;
}
</style>
border-color css
<style>
span { border-color: #9CBCAB; }
span { border-color: rgb(156,188,171); }
td.TdClassName
{
border-color: #9CBCAB;
}
.TagClassName
{
border-color: #9CBCAB;
}
</style>