#92ABC2

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

Shades of Nepal #92ABC2

Tints of Nepal #92ABC2

Color information

#92ABC2 (or 0x92ABC2) is unknown color: approx Nepal. HEX triplet: 92, AB and C2. RGB value is (146,171,194). Sum of RGB (Red+Green+Blue) = 146+171+194=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #92ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABC2 is #6D543D. Grayscale: #A6A6A6. Windows color (decimal): -7164990 or 12757906. OLE color: 12757906.

HSL color Cylindrical-coordinate representation of color #92ABC2: hue angle of 208.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92ABC2 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146171194-
CMYK0.250.1200.24
HSL208.75º28.24%66.67%-
HSV(B)208.75º24.74%76.08%-
XYZ36.1539.1356.69-
YUV166.15143.72113.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 194 (76.17% from 255) = 37.96%
R=28.57%
G=33.46%
B=37.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461711940.250.1200.24208.7528.2466.67
Hex92ABC219C018d11c43
Octal222253302311403032134103
Binary10010010101010111100001011001110001100011010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,171,194); }

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

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

 a { background-color: rgb(146,171,194); }

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

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

 span { border-color: rgb(146,171,194); }

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