Shades of Nepal #92ACB8
Tints of Nepal #92ACB8
RGB
CMYK
RGB Variations
Color information
#92ACB8 (or 0x92ACB8) is known color: Nepal. HEX triplet: 92, AC and B8. RGB value is (146,172,184). Sum of RGB (Red+Green+Blue) = 146+172+184=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 184 - color contains mainly: blue. Hex color #92ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACB8 is #6D5347. Grayscale: #A5A5A5. Windows color (decimal): -7164744 or 12102802. OLE color: 12102802.
HSL color Cylindrical-coordinate representation of color #92ACB8: hue angle of 198.95º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92ACB8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 172 | 184 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.28 |
| HSL | 198.95º | 0.21% | 0.65% | - |
| HSV(B) | 198.95º | 0.21% | 0.72% | - |
| XYZ | 35.26 | 39.08 | 51.03 | - |
| YUV | 165.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 184 | 0.21 | 0.07 | 0 | 0.28 | 198.95 | 0.21 | 0.65 |
| Hex | 92 | AC | B8 | 15 | 7 | 0 | 1C | C7 | 15 | 41 |
| Octal | 222 | 254 | 270 | 25 | 7 | 0 | 34 | 307 | 25 | 101 |
| Binary | 10010010 | 10101100 | 10111000 | 10101 | 111 | 0 | 11100 | 11000111 | 10101 | 1000001 |
Color Harmonies of #92ACB8
Complementary color
Monochromatic Colors of #92ACB8
Black with #92ACB8
Text Example
Text Example
White with #92ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACB8; }
p { color: rgb(146,172,184); }
H1.HeaderClassName
{
color: #92ACB8;
}
.AnyTagClassName
{
color: #92ACB8;
}
</style>
background-color css
<style>
a { background-color: #92ACB8; }
a { background-color: rgb(146,172,184); }
div.DivClassName
{
background-color: #92ACB8;
}
.BgClassName
{
background-color: #92ACB8;
}
</style>
border-color css
<style>
span { border-color: #92ACB8; }
span { border-color: rgb(146,172,184); }
td.TdClassName
{
border-color: #92ACB8;
}
.TagClassName
{
border-color: #92ACB8;
}
</style>