#91BDBB

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

Shades of Shadow Green #91BDBB

Tints of Shadow Green #91BDBB

Color information

#91BDBB (or 0x91BDBB) is unknown color: approx Shadow Green. HEX triplet: 91, BD and BB. RGB value is (145,189,187). Sum of RGB (Red+Green+Blue) = 145+189+187=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #91BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDBB is #6E4244. Grayscale: #AFAFAF. Windows color (decimal): -7225925 or 12303761. OLE color: 12303761.

HSL color Cylindrical-coordinate representation of color #91BDBB: hue angle of 177.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91BDBB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB145189187-
CMYK0.2300.010.26
HSL177.27º25%65.49%-
HSV(B)177.27º23.28%74.12%-
XYZ38.844653.85-
YUV175.62134.42106.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=27.83%
G=36.28%
B=35.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451891870.2300.010.26177.272565.49
Hex91BDBB17011Ab11941
Octal22127527327013226131101
Binary10010001101111011011101110111011101010110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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