Shades of Nepal #91A6B6
Tints of Nepal #91A6B6
RGB
CMYK
RGB Variations
Color information
#91A6B6 (or 0x91A6B6) is known color: Nepal. HEX triplet: 91, A6 and B6. RGB value is (145,166,182). Sum of RGB (Red+Green+Blue) = 145+166+182=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #91A6B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6B6 is #6E5949. Grayscale: #A1A1A1. Windows color (decimal): -7231818 or 11970193. OLE color: 11970193.
HSL color Cylindrical-coordinate representation of color #91A6B6: hue angle of 205.95º 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 #91A6B6 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 166 | 182 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.29 |
| HSL | 205.95º | 0.2% | 0.64% | - |
| HSV(B) | 205.95º | 0.2% | 0.71% | - |
| XYZ | 33.76 | 36.67 | 49.55 | - |
| YUV | 161.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 182 | 0.20 | 0.09 | 0 | 0.29 | 205.95 | 0.2 | 0.64 |
| Hex | 91 | A6 | B6 | 14 | 9 | 0 | 1D | CE | 14 | 40 |
| Octal | 221 | 246 | 266 | 24 | 11 | 0 | 35 | 316 | 24 | 100 |
| Binary | 10010001 | 10100110 | 10110110 | 10100 | 1001 | 0 | 11101 | 11001110 | 10100 | 1000000 |
Color Harmonies of #91A6B6
Complementary color
Monochromatic Colors of #91A6B6
Black with #91A6B6
Text Example
Text Example
White with #91A6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6B6; }
p { color: rgb(145,166,182); }
H1.HeaderClassName
{
color: #91A6B6;
}
.AnyTagClassName
{
color: #91A6B6;
}
</style>
background-color css
<style>
a { background-color: #91A6B6; }
a { background-color: rgb(145,166,182); }
div.DivClassName
{
background-color: #91A6B6;
}
.BgClassName
{
background-color: #91A6B6;
}
</style>
border-color css
<style>
span { border-color: #91A6B6; }
span { border-color: rgb(145,166,182); }
td.TdClassName
{
border-color: #91A6B6;
}
.TagClassName
{
border-color: #91A6B6;
}
</style>