Shades of Skeptic #92B5A6
Tints of Skeptic #92B5A6
RGB
CMYK
RGB Variations
Color information
#92B5A6 (or 0x92B5A6) is known color: Skeptic. HEX triplet: 92, B5 and A6. RGB value is (146,181,166). Sum of RGB (Red+Green+Blue) = 146+181+166=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #92B5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B5A6 is #6D4A59. Grayscale: #A8A8A8. Windows color (decimal): -7162458 or 10925458. OLE color: 10925458.
HSL color Cylindrical-coordinate representation of color #92B5A6: hue angle of 154.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B5A6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 166 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.29 |
| HSL | 154.29º | 0.19% | 0.64% | - |
| HSV(B) | 154.29º | 0.19% | 0.71% | - |
| XYZ | 35.26 | 41.91 | 42.31 | - |
| YUV | 168.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 166 | 0.19 | 0 | 0.08 | 0.29 | 154.29 | 0.19 | 0.64 |
| Hex | 92 | B5 | A6 | 13 | 0 | 8 | 1D | 9A | 13 | 40 |
| Octal | 222 | 265 | 246 | 23 | 0 | 10 | 35 | 232 | 23 | 100 |
| Binary | 10010010 | 10110101 | 10100110 | 10011 | 0 | 1000 | 11101 | 10011010 | 10011 | 1000000 |
Color Harmonies of #92B5A6
Complementary color
Monochromatic Colors of #92B5A6
Black with #92B5A6
Text Example
Text Example
White with #92B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5A6; }
p { color: rgb(146,181,166); }
H1.HeaderClassName
{
color: #92B5A6;
}
.AnyTagClassName
{
color: #92B5A6;
}
</style>
background-color css
<style>
a { background-color: #92B5A6; }
a { background-color: rgb(146,181,166); }
div.DivClassName
{
background-color: #92B5A6;
}
.BgClassName
{
background-color: #92B5A6;
}
</style>
border-color css
<style>
span { border-color: #92B5A6; }
span { border-color: rgb(146,181,166); }
td.TdClassName
{
border-color: #92B5A6;
}
.TagClassName
{
border-color: #92B5A6;
}
</style>