Shades of Nepal #91ACB9
Tints of Nepal #91ACB9
RGB
CMYK
RGB Variations
Color information
#91ACB9 (or 0x91ACB9) is known color: Nepal. HEX triplet: 91, AC and B9. RGB value is (145,172,185). Sum of RGB (Red+Green+Blue) = 145+172+185=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #91ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACB9 is #6E5346. Grayscale: #A5A5A5. Windows color (decimal): -7230279 or 12168337. OLE color: 12168337.
HSL color Cylindrical-coordinate representation of color #91ACB9: hue angle of 199.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91ACB9 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 172 | 185 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.27 |
| HSL | 199.5º | 0.22% | 0.65% | - |
| HSV(B) | 199.5º | 0.22% | 0.73% | - |
| XYZ | 35.19 | 39.03 | 51.58 | - |
| YUV | 165.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 185 | 0.22 | 0.07 | 0 | 0.27 | 199.5 | 0.22 | 0.65 |
| Hex | 91 | AC | B9 | 16 | 7 | 0 | 1B | C8 | 16 | 41 |
| Octal | 221 | 254 | 271 | 26 | 7 | 0 | 33 | 310 | 26 | 101 |
| Binary | 10010001 | 10101100 | 10111001 | 10110 | 111 | 0 | 11011 | 11001000 | 10110 | 1000001 |
Color Harmonies of #91ACB9
Complementary color
Monochromatic Colors of #91ACB9
Black with #91ACB9
Text Example
Text Example
White with #91ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACB9; }
p { color: rgb(145,172,185); }
H1.HeaderClassName
{
color: #91ACB9;
}
.AnyTagClassName
{
color: #91ACB9;
}
</style>
background-color css
<style>
a { background-color: #91ACB9; }
a { background-color: rgb(145,172,185); }
div.DivClassName
{
background-color: #91ACB9;
}
.BgClassName
{
background-color: #91ACB9;
}
</style>
border-color css
<style>
span { border-color: #91ACB9; }
span { border-color: rgb(145,172,185); }
td.TdClassName
{
border-color: #91ACB9;
}
.TagClassName
{
border-color: #91ACB9;
}
</style>