Shades of Skeptic #98BAA7
Tints of Skeptic #98BAA7
RGB
CMYK
RGB Variations
Color information
#98BAA7 (or 0x98BAA7) is known color: Skeptic. HEX triplet: 98, BA and A7. RGB value is (152,186,167). Sum of RGB (Red+Green+Blue) = 152+186+167=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAA7 is #674558. Grayscale: #ADADAD. Windows color (decimal): -6767961 or 10992280. OLE color: 10992280.
HSL color Cylindrical-coordinate representation of color #98BAA7: hue angle of 146.47º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAA7 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 167 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.27 |
| HSL | 146.47º | 0.2% | 0.66% | - |
| HSV(B) | 146.47º | 0.18% | 0.73% | - |
| XYZ | 37.48 | 44.58 | 43.19 | - |
| YUV | 173.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 167 | 0.18 | 0 | 0.10 | 0.27 | 146.47 | 0.2 | 0.66 |
| Hex | 98 | BA | A7 | 12 | 0 | A | 1B | 92 | 14 | 42 |
| Octal | 230 | 272 | 247 | 22 | 0 | 12 | 33 | 222 | 24 | 102 |
| Binary | 10011000 | 10111010 | 10100111 | 10010 | 0 | 1010 | 11011 | 10010010 | 10100 | 1000010 |
Color Harmonies of #98BAA7
Complementary color
Monochromatic Colors of #98BAA7
Black with #98BAA7
Text Example
Text Example
White with #98BAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAA7; }
p { color: rgb(152,186,167); }
H1.HeaderClassName
{
color: #98BAA7;
}
.AnyTagClassName
{
color: #98BAA7;
}
</style>
background-color css
<style>
a { background-color: #98BAA7; }
a { background-color: rgb(152,186,167); }
div.DivClassName
{
background-color: #98BAA7;
}
.BgClassName
{
background-color: #98BAA7;
}
</style>
border-color css
<style>
span { border-color: #98BAA7; }
span { border-color: rgb(152,186,167); }
td.TdClassName
{
border-color: #98BAA7;
}
.TagClassName
{
border-color: #98BAA7;
}
</style>