#92AEC0

Color #92AEC0 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #92AEC0

Tints of Nepal #92AEC0

Color information

#92AEC0 (or 0x92AEC0) is unknown color: approx Nepal. HEX triplet: 92, AE and C0. RGB value is (146,174,192). Sum of RGB (Red+Green+Blue) = 146+174+192=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #92AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEC0 is #6D513F. Grayscale: #A7A7A7. Windows color (decimal): -7164224 or 12627602. OLE color: 12627602.

HSL color Cylindrical-coordinate representation of color #92AEC0: hue angle of 203.48º 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 #92AEC0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146174192-
CMYK0.240.0900.25
HSL203.48º26.74%66.27%-
HSV(B)203.48º23.96%75.29%-
XYZ36.540.1955.7-
YUV167.68141.72112.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=28.52%
G=33.98%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461741920.240.0900.25203.4826.7466.27
Hex92AEC0189019cb1b42
Octal222256300301103131333102
Binary10010010101011101100000011000100101100111001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AEC0; }

 p { color: rgb(146,174,192); }

 H1.HeaderClassName
 {
   color: #92AEC0;
 }
 .AnyTagClassName
 {
   color: #92AEC0;
 }
</style>
background-color css

<style>
 a { background-color: #92AEC0; }

 a { background-color: rgb(146,174,192); }

 div.DivClassName
 {
   background-color: #92AEC0;
 }
 .BgClassName
 {
   background-color: #92AEC0;
 }
</style>
border-color css

<style>
 span { border-color: #92AEC0; }

 span { border-color: rgb(146,174,192); }

 td.TdClassName
 {
   border-color: #92AEC0;
 }
 .TagClassName
 {
   border-color: #92AEC0;
 }
</style>