Shades of Nepal #92AAB8
Tints of Nepal #92AAB8
RGB
CMYK
RGB Variations
Color information
#92AAB8 (or 0x92AAB8) is known color: Nepal. HEX triplet: 92, AA and B8. RGB value is (146,170,184). Sum of RGB (Red+Green+Blue) = 146+170+184=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #92AAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAB8 is #6D5547. Grayscale: #A4A4A4. Windows color (decimal): -7165256 or 12102290. OLE color: 12102290.
HSL color Cylindrical-coordinate representation of color #92AAB8: hue angle of 202.11º 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 #92AAB8 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 170 | 184 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.28 |
| HSL | 202.11º | 0.21% | 0.65% | - |
| HSV(B) | 202.11º | 0.21% | 0.72% | - |
| XYZ | 34.88 | 38.32 | 50.91 | - |
| YUV | 164.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 184 | 0.21 | 0.08 | 0 | 0.28 | 202.11 | 0.21 | 0.65 |
| Hex | 92 | AA | B8 | 15 | 8 | 0 | 1C | CA | 15 | 41 |
| Octal | 222 | 252 | 270 | 25 | 10 | 0 | 34 | 312 | 25 | 101 |
| Binary | 10010010 | 10101010 | 10111000 | 10101 | 1000 | 0 | 11100 | 11001010 | 10101 | 1000001 |
Color Harmonies of #92AAB8
Complementary color
Monochromatic Colors of #92AAB8
Black with #92AAB8
Text Example
Text Example
White with #92AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAB8; }
p { color: rgb(146,170,184); }
H1.HeaderClassName
{
color: #92AAB8;
}
.AnyTagClassName
{
color: #92AAB8;
}
</style>
background-color css
<style>
a { background-color: #92AAB8; }
a { background-color: rgb(146,170,184); }
div.DivClassName
{
background-color: #92AAB8;
}
.BgClassName
{
background-color: #92AAB8;
}
</style>
border-color css
<style>
span { border-color: #92AAB8; }
span { border-color: rgb(146,170,184); }
td.TdClassName
{
border-color: #92AAB8;
}
.TagClassName
{
border-color: #92AAB8;
}
</style>