#91ABC2

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

Shades of Nepal #91ABC2

Tints of Nepal #91ABC2

Color information

#91ABC2 (or 0x91ABC2) is unknown color: approx Nepal. HEX triplet: 91, AB and C2. RGB value is (145,171,194). Sum of RGB (Red+Green+Blue) = 145+171+194=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #91ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC2 is #6E543D. Grayscale: #A5A5A5. Windows color (decimal): -7230526 or 12757905. OLE color: 12757905.

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

Color convert

RGB145171194-
CMYK0.250.1200.24
HSL208.16º28.65%66.47%-
HSV(B)208.16º25.26%76.08%-
XYZ35.9839.0456.68-
YUV165.85143.89113.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.43%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=28.43%
G=33.53%
B=38.04%

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
Decimal1451711940.250.1200.24208.1628.6566.47
Hex91ABC219C018d01d42
Octal221253302311403032035102
Binary10010001101010111100001011001110001100011010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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