Shades of Silver Tree #5BBC8D
Tints of Silver Tree #5BBC8D
RGB
CMYK
RGB Variations
Color information
#5BBC8D (or 0x5BBC8D) is known color: Silver Tree. HEX triplet: 5B, BC and 8D. RGB value is (91,188,141). Sum of RGB (Red+Green+Blue) = 91+188+141=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC8D is #A44372. Grayscale: #999999. Windows color (decimal): -10765171 or 9288795. OLE color: 9288795.
HSL color Cylindrical-coordinate representation of color #5BBC8D: hue angle of 150.93º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC8D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 141 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.26 |
| HSL | 150.93º | 0.42% | 0.55% | - |
| HSV(B) | 150.93º | 0.52% | 0.74% | - |
| XYZ | 27.11 | 40.11 | 31.51 | - |
| YUV | 153.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 141 | 0.52 | 0 | 0.25 | 0.26 | 150.93 | 0.42 | 0.55 |
| Hex | 5B | BC | 8D | 34 | 0 | 19 | 1A | 97 | 2A | 37 |
| Octal | 133 | 274 | 215 | 64 | 0 | 31 | 32 | 227 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10001101 | 110100 | 0 | 11001 | 11010 | 10010111 | 101010 | 110111 |
Color Harmonies of #5BBC8D
Complementary color
Monochromatic Colors of #5BBC8D
Black with #5BBC8D
Text Example
Text Example
White with #5BBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC8D; }
p { color: rgb(91,188,141); }
H1.HeaderClassName
{
color: #5BBC8D;
}
.AnyTagClassName
{
color: #5BBC8D;
}
</style>
background-color css
<style>
a { background-color: #5BBC8D; }
a { background-color: rgb(91,188,141); }
div.DivClassName
{
background-color: #5BBC8D;
}
.BgClassName
{
background-color: #5BBC8D;
}
</style>
border-color css
<style>
span { border-color: #5BBC8D; }
span { border-color: rgb(91,188,141); }
td.TdClassName
{
border-color: #5BBC8D;
}
.TagClassName
{
border-color: #5BBC8D;
}
</style>