Shades of Shadow Green #91BCB4
Tints of Shadow Green #91BCB4
RGB
CMYK
RGB Variations
Color information
#91BCB4 (or 0x91BCB4) is known color: Shadow Green. HEX triplet: 91, BC and B4. RGB value is (145,188,180). Sum of RGB (Red+Green+Blue) = 145+188+180=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #91BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCB4 is #6E434B. Grayscale: #AEAEAE. Windows color (decimal): -7226188 or 11844753. OLE color: 11844753.
HSL color Cylindrical-coordinate representation of color #91BCB4: hue angle of 168.84º degrees, saturation: 0.24, 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 #91BCB4 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 180 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.26 |
| HSL | 168.84º | 0.24% | 0.65% | - |
| HSV(B) | 168.84º | 0.23% | 0.74% | - |
| XYZ | 37.9 | 45.28 | 49.92 | - |
| YUV | 174.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 180 | 0.23 | 0 | 0.04 | 0.26 | 168.84 | 0.24 | 0.65 |
| Hex | 91 | BC | B4 | 17 | 0 | 4 | 1A | A9 | 18 | 41 |
| Octal | 221 | 274 | 264 | 27 | 0 | 4 | 32 | 251 | 30 | 101 |
| Binary | 10010001 | 10111100 | 10110100 | 10111 | 0 | 100 | 11010 | 10101001 | 11000 | 1000001 |
Color Harmonies of #91BCB4
Complementary color
Monochromatic Colors of #91BCB4
Black with #91BCB4
Text Example
Text Example
White with #91BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCB4; }
p { color: rgb(145,188,180); }
H1.HeaderClassName
{
color: #91BCB4;
}
.AnyTagClassName
{
color: #91BCB4;
}
</style>
background-color css
<style>
a { background-color: #91BCB4; }
a { background-color: rgb(145,188,180); }
div.DivClassName
{
background-color: #91BCB4;
}
.BgClassName
{
background-color: #91BCB4;
}
</style>
border-color css
<style>
span { border-color: #91BCB4; }
span { border-color: rgb(145,188,180); }
td.TdClassName
{
border-color: #91BCB4;
}
.TagClassName
{
border-color: #91BCB4;
}
</style>