Shades of Silver Tree #55BC8A
Tints of Silver Tree #55BC8A
RGB
CMYK
RGB Variations
Color information
#55BC8A (or 0x55BC8A) is known color: Silver Tree. HEX triplet: 55, BC and 8A. RGB value is (85,188,138). Sum of RGB (Red+Green+Blue) = 85+188+138=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC8A is #AA4375. Grayscale: #979797. Windows color (decimal): -11158390 or 9092181. OLE color: 9092181.
HSL color Cylindrical-coordinate representation of color #55BC8A: hue angle of 150.87º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC8A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 138 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.26 |
| HSL | 150.87º | 0.43% | 0.54% | - |
| HSV(B) | 150.87º | 0.55% | 0.74% | - |
| XYZ | 26.32 | 39.73 | 30.33 | - |
| YUV | 151.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 138 | 0.55 | 0 | 0.27 | 0.26 | 150.87 | 0.43 | 0.54 |
| Hex | 55 | BC | 8A | 37 | 0 | 1B | 1A | 97 | 2B | 36 |
| Octal | 125 | 274 | 212 | 67 | 0 | 33 | 32 | 227 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10001010 | 110111 | 0 | 11011 | 11010 | 10010111 | 101011 | 110110 |
Color Harmonies of #55BC8A
Complementary color
Monochromatic Colors of #55BC8A
Black with #55BC8A
Text Example
Text Example
White with #55BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC8A; }
p { color: rgb(85,188,138); }
H1.HeaderClassName
{
color: #55BC8A;
}
.AnyTagClassName
{
color: #55BC8A;
}
</style>
background-color css
<style>
a { background-color: #55BC8A; }
a { background-color: rgb(85,188,138); }
div.DivClassName
{
background-color: #55BC8A;
}
.BgClassName
{
background-color: #55BC8A;
}
</style>
border-color css
<style>
span { border-color: #55BC8A; }
span { border-color: rgb(85,188,138); }
td.TdClassName
{
border-color: #55BC8A;
}
.TagClassName
{
border-color: #55BC8A;
}
</style>