#91B4C2

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

Shades of Nepal #91B4C2

Tints of Nepal #91B4C2

Color information

#91B4C2 (or 0x91B4C2) is unknown color: approx Nepal. HEX triplet: 91, B4 and C2. RGB value is (145,180,194). Sum of RGB (Red+Green+Blue) = 145+180+194=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #91B4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4C2 is #6E4B3D. Grayscale: #ABABAB. Windows color (decimal): -7228222 or 12760209. OLE color: 12760209.

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

Color convert

RGB145180194-
CMYK0.250.0700.24
HSL197.14º28.65%66.47%-
HSV(B)197.14º25.26%76.08%-
XYZ37.7442.5657.26-
YUV171.13140.9109.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=27.94%
G=34.68%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451801940.250.0700.24197.1428.6566.47
Hex91B4C2197018c51d42
Octal22126430231703030535102
Binary1001000110110100110000101100111101100011000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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