#92ACC1

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

Shades of Nepal #92ACC1

Tints of Nepal #92ACC1

Color information

#92ACC1 (or 0x92ACC1) is unknown color: approx Nepal. HEX triplet: 92, AC and C1. RGB value is (146,172,193). Sum of RGB (Red+Green+Blue) = 146+172+193=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #92ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACC1 is #6D533E. Grayscale: #A6A6A6. Windows color (decimal): -7164735 or 12692626. OLE color: 12692626.

HSL color Cylindrical-coordinate representation of color #92ACC1: hue angle of 206.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92ACC1 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146172193-
CMYK0.240.1100.24
HSL206.81º27.49%66.47%-
HSV(B)206.81º24.35%75.69%-
XYZ36.2339.4756.16-
YUV166.62142.89113.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=28.57%
G=33.66%
B=37.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461721930.240.1100.24206.8127.4966.47
Hex92ACC118B018cf1b42
Octal222254301301303031733102
Binary10010010101011001100000111000101101100011001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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