Shades of Nepal #92B2C0
Tints of Nepal #92B2C0
RGB
CMYK
RGB Variations
Color information
#92B2C0 (or 0x92B2C0) is known color: Nepal. HEX triplet: 92, B2 and C0. RGB value is (146,178,192). Sum of RGB (Red+Green+Blue) = 146+178+192=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #92B2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2C0 is #6D4D3F. Grayscale: #A9A9A9. Windows color (decimal): -7163200 or 12628626. OLE color: 12628626.
HSL color Cylindrical-coordinate representation of color #92B2C0: hue angle of 198.26º 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 #92B2C0 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 178 | 192 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.25 |
| HSL | 198.26º | 0.27% | 0.66% | - |
| HSV(B) | 198.26º | 0.24% | 0.75% | - |
| XYZ | 37.29 | 41.76 | 55.96 | - |
| YUV | 170.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 192 | 0.24 | 0.07 | 0 | 0.25 | 198.26 | 0.27 | 0.66 |
| Hex | 92 | B2 | C0 | 18 | 7 | 0 | 19 | C6 | 1B | 42 |
| Octal | 222 | 262 | 300 | 30 | 7 | 0 | 31 | 306 | 33 | 102 |
| Binary | 10010010 | 10110010 | 11000000 | 11000 | 111 | 0 | 11001 | 11000110 | 11011 | 1000010 |
Color Harmonies of #92B2C0
Complementary color
Monochromatic Colors of #92B2C0
Black with #92B2C0
Text Example
Text Example
White with #92B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2C0; }
p { color: rgb(146,178,192); }
H1.HeaderClassName
{
color: #92B2C0;
}
.AnyTagClassName
{
color: #92B2C0;
}
</style>
background-color css
<style>
a { background-color: #92B2C0; }
a { background-color: rgb(146,178,192); }
div.DivClassName
{
background-color: #92B2C0;
}
.BgClassName
{
background-color: #92B2C0;
}
</style>
border-color css
<style>
span { border-color: #92B2C0; }
span { border-color: rgb(146,178,192); }
td.TdClassName
{
border-color: #92B2C0;
}
.TagClassName
{
border-color: #92B2C0;
}
</style>