#92ACC0

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

Shades of Nepal #92ACC0

Tints of Nepal #92ACC0

Color information

#92ACC0 (or 0x92ACC0) is unknown color: approx Nepal. HEX triplet: 92, AC and C0. RGB value is (146,172,192). Sum of RGB (Red+Green+Blue) = 146+172+192=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #92ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACC0 is #6D533F. Grayscale: #A6A6A6. Windows color (decimal): -7164736 or 12627090. OLE color: 12627090.

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

Color convert

RGB146172192-
CMYK0.240.1000.25
HSL206.09º26.74%66.27%-
HSV(B)206.09º23.96%75.29%-
XYZ36.1239.4255.57-
YUV166.51142.39113.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=28.63%
G=33.73%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461721920.240.1000.25206.0926.7466.27
Hex92ACC018A019ce1b42
Octal222254300301203131633102
Binary10010010101011001100000011000101001100111001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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