Shades of Nepal #91ABC0
Tints of Nepal #91ABC0
RGB
CMYK
RGB Variations
Color information
#91ABC0 (or 0x91ABC0) is known color: Nepal. HEX triplet: 91, AB and C0. RGB value is (145,171,192). Sum of RGB (Red+Green+Blue) = 145+171+192=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #91ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC0 is #6E543F. Grayscale: #A5A5A5. Windows color (decimal): -7230528 or 12626833. OLE color: 12626833.
HSL color Cylindrical-coordinate representation of color #91ABC0: hue angle of 206.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91ABC0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 171 | 192 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.25 |
| HSL | 206.81º | 0.27% | 0.66% | - |
| HSV(B) | 206.81º | 0.24% | 0.75% | - |
| XYZ | 35.75 | 38.95 | 55.5 | - |
| YUV | 165.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 192 | 0.24 | 0.11 | 0 | 0.25 | 206.81 | 0.27 | 0.66 |
| Hex | 91 | AB | C0 | 18 | B | 0 | 19 | CF | 1B | 42 |
| Octal | 221 | 253 | 300 | 30 | 13 | 0 | 31 | 317 | 33 | 102 |
| Binary | 10010001 | 10101011 | 11000000 | 11000 | 1011 | 0 | 11001 | 11001111 | 11011 | 1000010 |
Color Harmonies of #91ABC0
Complementary color
Monochromatic Colors of #91ABC0
Black with #91ABC0
Text Example
Text Example
White with #91ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABC0; }
p { color: rgb(145,171,192); }
H1.HeaderClassName
{
color: #91ABC0;
}
.AnyTagClassName
{
color: #91ABC0;
}
</style>
background-color css
<style>
a { background-color: #91ABC0; }
a { background-color: rgb(145,171,192); }
div.DivClassName
{
background-color: #91ABC0;
}
.BgClassName
{
background-color: #91ABC0;
}
</style>
border-color css
<style>
span { border-color: #91ABC0; }
span { border-color: rgb(145,171,192); }
td.TdClassName
{
border-color: #91ABC0;
}
.TagClassName
{
border-color: #91ABC0;
}
</style>