Shades of Nepal #92AABA
Tints of Nepal #92AABA
RGB
CMYK
RGB Variations
Color information
#92AABA (or 0x92AABA) is known color: Nepal. HEX triplet: 92, AA and BA. RGB value is (146,170,186). Sum of RGB (Red+Green+Blue) = 146+170+186=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #92AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AABA is #6D5545. Grayscale: #A4A4A4. Windows color (decimal): -7165254 or 12233362. OLE color: 12233362.
HSL color Cylindrical-coordinate representation of color #92AABA: hue angle of 204º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92AABA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 170 | 186 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.27 |
| HSL | 204º | 0.22% | 0.65% | - |
| HSV(B) | 204º | 0.22% | 0.73% | - |
| XYZ | 35.09 | 38.41 | 52.02 | - |
| YUV | 164.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 186 | 0.22 | 0.09 | 0 | 0.27 | 204 | 0.22 | 0.65 |
| Hex | 92 | AA | BA | 16 | 9 | 0 | 1B | CC | 16 | 41 |
| Octal | 222 | 252 | 272 | 26 | 11 | 0 | 33 | 314 | 26 | 101 |
| Binary | 10010010 | 10101010 | 10111010 | 10110 | 1001 | 0 | 11011 | 11001100 | 10110 | 1000001 |
Color Harmonies of #92AABA
Complementary color
Monochromatic Colors of #92AABA
Black with #92AABA
Text Example
Text Example
White with #92AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AABA; }
p { color: rgb(146,170,186); }
H1.HeaderClassName
{
color: #92AABA;
}
.AnyTagClassName
{
color: #92AABA;
}
</style>
background-color css
<style>
a { background-color: #92AABA; }
a { background-color: rgb(146,170,186); }
div.DivClassName
{
background-color: #92AABA;
}
.BgClassName
{
background-color: #92AABA;
}
</style>
border-color css
<style>
span { border-color: #92AABA; }
span { border-color: rgb(146,170,186); }
td.TdClassName
{
border-color: #92AABA;
}
.TagClassName
{
border-color: #92AABA;
}
</style>