Shades of Skeptic #9CBCAC
Tints of Skeptic #9CBCAC
RGB
CMYK
RGB Variations
Color information
#9CBCAC (or 0x9CBCAC) is known color: Skeptic. HEX triplet: 9C, BC and AC. RGB value is (156,188,172). Sum of RGB (Red+Green+Blue) = 156+188+172=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCAC is #634353. Grayscale: #B0B0B0. Windows color (decimal): -6505300 or 11320476. OLE color: 11320476.
HSL color Cylindrical-coordinate representation of color #9CBCAC: hue angle of 150º 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 #9CBCAC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 172 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.26 |
| HSL | 150º | 0.19% | 0.67% | - |
| HSV(B) | 150º | 0.17% | 0.74% | - |
| XYZ | 39.14 | 46.01 | 45.85 | - |
| YUV | 176.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 172 | 0.17 | 0 | 0.09 | 0.26 | 150 | 0.19 | 0.67 |
| Hex | 9C | BC | AC | 11 | 0 | 9 | 1A | 96 | 13 | 43 |
| Octal | 234 | 274 | 254 | 21 | 0 | 11 | 32 | 226 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10101100 | 10001 | 0 | 1001 | 11010 | 10010110 | 10011 | 1000011 |
Color Harmonies of #9CBCAC
Complementary color
Monochromatic Colors of #9CBCAC
Black with #9CBCAC
Text Example
Text Example
White with #9CBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCAC; }
p { color: rgb(156,188,172); }
H1.HeaderClassName
{
color: #9CBCAC;
}
.AnyTagClassName
{
color: #9CBCAC;
}
</style>
background-color css
<style>
a { background-color: #9CBCAC; }
a { background-color: rgb(156,188,172); }
div.DivClassName
{
background-color: #9CBCAC;
}
.BgClassName
{
background-color: #9CBCAC;
}
</style>
border-color css
<style>
span { border-color: #9CBCAC; }
span { border-color: rgb(156,188,172); }
td.TdClassName
{
border-color: #9CBCAC;
}
.TagClassName
{
border-color: #9CBCAC;
}
</style>