Shades of Skeptic #91B5A6
Tints of Skeptic #91B5A6
RGB
CMYK
RGB Variations
Color information
#91B5A6 (or 0x91B5A6) is known color: Skeptic. HEX triplet: 91, B5 and A6. RGB value is (145,181,166). Sum of RGB (Red+Green+Blue) = 145+181+166=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #91B5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B5A6 is #6E4A59. Grayscale: #A8A8A8. Windows color (decimal): -7227994 or 10925457. OLE color: 10925457.
HSL color Cylindrical-coordinate representation of color #91B5A6: hue angle of 155º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #91B5A6 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 181 | 166 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.29 |
| HSL | 155º | 0.2% | 0.64% | - |
| HSV(B) | 155º | 0.2% | 0.71% | - |
| XYZ | 35.08 | 41.82 | 42.3 | - |
| YUV | 168.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 166 | 0.20 | 0 | 0.08 | 0.29 | 155 | 0.2 | 0.64 |
| Hex | 91 | B5 | A6 | 14 | 0 | 8 | 1D | 9B | 14 | 40 |
| Octal | 221 | 265 | 246 | 24 | 0 | 10 | 35 | 233 | 24 | 100 |
| Binary | 10010001 | 10110101 | 10100110 | 10100 | 0 | 1000 | 11101 | 10011011 | 10100 | 1000000 |
Color Harmonies of #91B5A6
Complementary color
Monochromatic Colors of #91B5A6
Black with #91B5A6
Text Example
Text Example
White with #91B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B5A6; }
p { color: rgb(145,181,166); }
H1.HeaderClassName
{
color: #91B5A6;
}
.AnyTagClassName
{
color: #91B5A6;
}
</style>
background-color css
<style>
a { background-color: #91B5A6; }
a { background-color: rgb(145,181,166); }
div.DivClassName
{
background-color: #91B5A6;
}
.BgClassName
{
background-color: #91B5A6;
}
</style>
border-color css
<style>
span { border-color: #91B5A6; }
span { border-color: rgb(145,181,166); }
td.TdClassName
{
border-color: #91B5A6;
}
.TagClassName
{
border-color: #91B5A6;
}
</style>