#91ACC3

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

Shades of Nepal #91ACC3

Tints of Nepal #91ACC3

Color information

#91ACC3 (or 0x91ACC3) is unknown color: approx Nepal. HEX triplet: 91, AC and C3. RGB value is (145,172,195). Sum of RGB (Red+Green+Blue) = 145+172+195=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #91ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACC3 is #6E533C. Grayscale: #A6A6A6. Windows color (decimal): -7230269 or 12823697. OLE color: 12823697.

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

Color convert

RGB145172195-
CMYK0.260.1200.24
HSL207.6º29.41%66.67%-
HSV(B)207.6º25.64%76.47%-
XYZ36.2839.4657.34-
YUV166.55144.05112.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=28.32%
G=33.59%
B=38.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451721950.260.1200.24207.629.4166.67
Hex91ACC31AC018d01d43
Octal221254303321403032035103
Binary10010001101011001100001111010110001100011010000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,172,195); }

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

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

 a { background-color: rgb(145,172,195); }

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

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

 span { border-color: rgb(145,172,195); }

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