Shades of Nepal #92AFC0
Tints of Nepal #92AFC0
RGB
CMYK
RGB Variations
Color information
#92AFC0 (or 0x92AFC0) is known color: Nepal. HEX triplet: 92, AF and C0. RGB value is (146,175,192). Sum of RGB (Red+Green+Blue) = 146+175+192=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #92AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFC0 is #6D503F. Grayscale: #A8A8A8. Windows color (decimal): -7163968 or 12627858. OLE color: 12627858.
HSL color Cylindrical-coordinate representation of color #92AFC0: hue angle of 202.17º 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 #92AFC0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 175 | 192 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.25 |
| HSL | 202.17º | 0.27% | 0.66% | - |
| HSV(B) | 202.17º | 0.24% | 0.75% | - |
| XYZ | 36.7 | 40.58 | 55.77 | - |
| YUV | 168.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 192 | 0.24 | 0.09 | 0 | 0.25 | 202.17 | 0.27 | 0.66 |
| Hex | 92 | AF | C0 | 18 | 9 | 0 | 19 | CA | 1B | 42 |
| Octal | 222 | 257 | 300 | 30 | 11 | 0 | 31 | 312 | 33 | 102 |
| Binary | 10010010 | 10101111 | 11000000 | 11000 | 1001 | 0 | 11001 | 11001010 | 11011 | 1000010 |
Color Harmonies of #92AFC0
Complementary color
Monochromatic Colors of #92AFC0
Black with #92AFC0
Text Example
Text Example
White with #92AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AFC0; }
p { color: rgb(146,175,192); }
H1.HeaderClassName
{
color: #92AFC0;
}
.AnyTagClassName
{
color: #92AFC0;
}
</style>
background-color css
<style>
a { background-color: #92AFC0; }
a { background-color: rgb(146,175,192); }
div.DivClassName
{
background-color: #92AFC0;
}
.BgClassName
{
background-color: #92AFC0;
}
</style>
border-color css
<style>
span { border-color: #92AFC0; }
span { border-color: rgb(146,175,192); }
td.TdClassName
{
border-color: #92AFC0;
}
.TagClassName
{
border-color: #92AFC0;
}
</style>