Shades of Nepal #92ABC0
Tints of Nepal #92ABC0
RGB
CMYK
RGB Variations
Color information
#92ABC0 (or 0x92ABC0) is known color: Nepal. HEX triplet: 92, AB and C0. RGB value is (146,171,192). Sum of RGB (Red+Green+Blue) = 146+171+192=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #92ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABC0 is #6D543F. Grayscale: #A5A5A5. Windows color (decimal): -7164992 or 12626834. OLE color: 12626834.
HSL color Cylindrical-coordinate representation of color #92ABC0: hue angle of 207.39º 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 #92ABC0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 171 | 192 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.25 |
| HSL | 207.39º | 0.27% | 0.66% | - |
| HSV(B) | 207.39º | 0.24% | 0.75% | - |
| XYZ | 35.93 | 39.04 | 55.51 | - |
| YUV | 165.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 192 | 0.24 | 0.11 | 0 | 0.25 | 207.39 | 0.27 | 0.66 |
| Hex | 92 | AB | C0 | 18 | B | 0 | 19 | CF | 1B | 42 |
| Octal | 222 | 253 | 300 | 30 | 13 | 0 | 31 | 317 | 33 | 102 |
| Binary | 10010010 | 10101011 | 11000000 | 11000 | 1011 | 0 | 11001 | 11001111 | 11011 | 1000010 |
Color Harmonies of #92ABC0
Complementary color
Monochromatic Colors of #92ABC0
Black with #92ABC0
Text Example
Text Example
White with #92ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABC0; }
p { color: rgb(146,171,192); }
H1.HeaderClassName
{
color: #92ABC0;
}
.AnyTagClassName
{
color: #92ABC0;
}
</style>
background-color css
<style>
a { background-color: #92ABC0; }
a { background-color: rgb(146,171,192); }
div.DivClassName
{
background-color: #92ABC0;
}
.BgClassName
{
background-color: #92ABC0;
}
</style>
border-color css
<style>
span { border-color: #92ABC0; }
span { border-color: rgb(146,171,192); }
td.TdClassName
{
border-color: #92ABC0;
}
.TagClassName
{
border-color: #92ABC0;
}
</style>