#91C2BD

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

Shades of Shadow Green #91C2BD

Tints of Shadow Green #91C2BD

Color information

#91C2BD (or 0x91C2BD) is unknown color: approx Shadow Green. HEX triplet: 91, C2 and BD. RGB value is (145,194,189). Sum of RGB (Red+Green+Blue) = 145+194+189=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C2BD is #6E3D42. Grayscale: #B2B2B2. Windows color (decimal): -7224643 or 12436113. OLE color: 12436113.

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

Color convert

RGB145194189-
CMYK0.2500.030.24
HSL173.88º28.65%66.47%-
HSV(B)173.88º25.26%76.08%-
XYZ40.1548.2855.35-
YUV178.78133.77103.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=27.46%
G=36.74%
B=35.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451941890.2500.030.24173.8828.6566.47
Hex91C2BD190318ae1d42
Octal22130227531033025635102
Binary100100011100001010111101110010111100010101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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