Shades of Skeptic #9CB2AA
Tints of Skeptic #9CB2AA
RGB
CMYK
RGB Variations
Color information
#9CB2AA (or 0x9CB2AA) is known color: Skeptic. HEX triplet: 9C, B2 and AA. RGB value is (156,178,170). Sum of RGB (Red+Green+Blue) = 156+178+170=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB2AA is #634D55. Grayscale: #AAAAAA. Windows color (decimal): -6507862 or 11186844. OLE color: 11186844.
HSL color Cylindrical-coordinate representation of color #9CB2AA: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB2AA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 170 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.30 |
| HSL | 158.18º | 0.13% | 0.65% | - |
| HSV(B) | 158.18º | 0.12% | 0.7% | - |
| XYZ | 36.89 | 41.81 | 44.16 | - |
| YUV | 170.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 170 | 0.12 | 0 | 0.04 | 0.30 | 158.18 | 0.13 | 0.65 |
| Hex | 9C | B2 | AA | C | 0 | 4 | 1E | 9E | C | 41 |
| Octal | 234 | 262 | 252 | 14 | 0 | 4 | 36 | 236 | 14 | 101 |
| Binary | 10011100 | 10110010 | 10101010 | 1100 | 0 | 100 | 11110 | 10011110 | 1100 | 1000001 |
Color Harmonies of #9CB2AA
Complementary color
Monochromatic Colors of #9CB2AA
Black with #9CB2AA
Text Example
Text Example
White with #9CB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB2AA; }
p { color: rgb(156,178,170); }
H1.HeaderClassName
{
color: #9CB2AA;
}
.AnyTagClassName
{
color: #9CB2AA;
}
</style>
background-color css
<style>
a { background-color: #9CB2AA; }
a { background-color: rgb(156,178,170); }
div.DivClassName
{
background-color: #9CB2AA;
}
.BgClassName
{
background-color: #9CB2AA;
}
</style>
border-color css
<style>
span { border-color: #9CB2AA; }
span { border-color: rgb(156,178,170); }
td.TdClassName
{
border-color: #9CB2AA;
}
.TagClassName
{
border-color: #9CB2AA;
}
</style>