Shades of Beryl Green #BDC49F
Tints of Beryl Green #BDC49F
RGB
CMYK
RGB Variations
Color information
#BDC49F (or 0xBDC49F) is known color: Beryl Green. HEX triplet: BD, C4 and 9F. RGB value is (189,196,159). Sum of RGB (Red+Green+Blue) = 189+196+159=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC49F is #423B60. Grayscale: #BDBDBD. Windows color (decimal): -4340577 or 10470589. OLE color: 10470589.
HSL color Cylindrical-coordinate representation of color #BDC49F: hue angle of 71.35º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC49F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 159 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.23 |
| HSL | 71.35º | 0.24% | 0.7% | - |
| HSV(B) | 71.35º | 0.19% | 0.77% | - |
| XYZ | 46.98 | 52.8 | 40.52 | - |
| YUV | 189.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 159 | 0.04 | 0 | 0.19 | 0.23 | 71.35 | 0.24 | 0.7 |
| Hex | BD | C4 | 9F | 4 | 0 | 13 | 17 | 47 | 18 | 46 |
| Octal | 275 | 304 | 237 | 4 | 0 | 23 | 27 | 107 | 30 | 106 |
| Binary | 10111101 | 11000100 | 10011111 | 100 | 0 | 10011 | 10111 | 1000111 | 11000 | 1000110 |
Color Harmonies of #BDC49F
Complementary color
Monochromatic Colors of #BDC49F
Black with #BDC49F
Text Example
Text Example
White with #BDC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC49F; }
p { color: rgb(189,196,159); }
H1.HeaderClassName
{
color: #BDC49F;
}
.AnyTagClassName
{
color: #BDC49F;
}
</style>
background-color css
<style>
a { background-color: #BDC49F; }
a { background-color: rgb(189,196,159); }
div.DivClassName
{
background-color: #BDC49F;
}
.BgClassName
{
background-color: #BDC49F;
}
</style>
border-color css
<style>
span { border-color: #BDC49F; }
span { border-color: rgb(189,196,159); }
td.TdClassName
{
border-color: #BDC49F;
}
.TagClassName
{
border-color: #BDC49F;
}
</style>