Shades of Skeptic #99B7A6
Tints of Skeptic #99B7A6
RGB
CMYK
RGB Variations
Color information
#99B7A6 (or 0x99B7A6) is known color: Skeptic. HEX triplet: 99, B7 and A6. RGB value is (153,183,166). Sum of RGB (Red+Green+Blue) = 153+183+166=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7A6 is #664859. Grayscale: #ACACAC. Windows color (decimal): -6703194 or 10925977. OLE color: 10925977.
HSL color Cylindrical-coordinate representation of color #99B7A6: hue angle of 146º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B7A6 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 166 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.28 |
| HSL | 146º | 0.17% | 0.66% | - |
| HSV(B) | 146º | 0.16% | 0.72% | - |
| XYZ | 36.95 | 43.39 | 42.5 | - |
| YUV | 172.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 166 | 0.16 | 0 | 0.09 | 0.28 | 146 | 0.17 | 0.66 |
| Hex | 99 | B7 | A6 | 10 | 0 | 9 | 1C | 92 | 11 | 42 |
| Octal | 231 | 267 | 246 | 20 | 0 | 11 | 34 | 222 | 21 | 102 |
| Binary | 10011001 | 10110111 | 10100110 | 10000 | 0 | 1001 | 11100 | 10010010 | 10001 | 1000010 |
Color Harmonies of #99B7A6
Complementary color
Monochromatic Colors of #99B7A6
Black with #99B7A6
Text Example
Text Example
White with #99B7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7A6; }
p { color: rgb(153,183,166); }
H1.HeaderClassName
{
color: #99B7A6;
}
.AnyTagClassName
{
color: #99B7A6;
}
</style>
background-color css
<style>
a { background-color: #99B7A6; }
a { background-color: rgb(153,183,166); }
div.DivClassName
{
background-color: #99B7A6;
}
.BgClassName
{
background-color: #99B7A6;
}
</style>
border-color css
<style>
span { border-color: #99B7A6; }
span { border-color: rgb(153,183,166); }
td.TdClassName
{
border-color: #99B7A6;
}
.TagClassName
{
border-color: #99B7A6;
}
</style>