Shades of Silver Tree #64BA95
Tints of Silver Tree #64BA95
RGB
CMYK
RGB Variations
Color information
#64BA95 (or 0x64BA95) is known color: Silver Tree. HEX triplet: 64, BA and 95. RGB value is (100,186,149). Sum of RGB (Red+Green+Blue) = 100+186+149=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BA95 is #9B456A. Grayscale: #9C9C9C. Windows color (decimal): -10175851 or 9812580. OLE color: 9812580.
HSL color Cylindrical-coordinate representation of color #64BA95: hue angle of 154.19º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BA95 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 149 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.27 |
| HSL | 154.19º | 0.38% | 0.56% | - |
| HSV(B) | 154.19º | 0.46% | 0.73% | - |
| XYZ | 28.24 | 40 | 34.67 | - |
| YUV | 156.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 149 | 0.46 | 0 | 0.20 | 0.27 | 154.19 | 0.38 | 0.56 |
| Hex | 64 | BA | 95 | 2E | 0 | 14 | 1B | 9A | 26 | 38 |
| Octal | 144 | 272 | 225 | 56 | 0 | 24 | 33 | 232 | 46 | 70 |
| Binary | 1100100 | 10111010 | 10010101 | 101110 | 0 | 10100 | 11011 | 10011010 | 100110 | 111000 |
Color Harmonies of #64BA95
Complementary color
Monochromatic Colors of #64BA95
Black with #64BA95
Text Example
Text Example
White with #64BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA95; }
p { color: rgb(100,186,149); }
H1.HeaderClassName
{
color: #64BA95;
}
.AnyTagClassName
{
color: #64BA95;
}
</style>
background-color css
<style>
a { background-color: #64BA95; }
a { background-color: rgb(100,186,149); }
div.DivClassName
{
background-color: #64BA95;
}
.BgClassName
{
background-color: #64BA95;
}
</style>
border-color css
<style>
span { border-color: #64BA95; }
span { border-color: rgb(100,186,149); }
td.TdClassName
{
border-color: #64BA95;
}
.TagClassName
{
border-color: #64BA95;
}
</style>