Shades of Beryl Green #BCC49E
Tints of Beryl Green #BCC49E
RGB
CMYK
RGB Variations
Color information
#BCC49E (or 0xBCC49E) is known color: Beryl Green. HEX triplet: BC, C4 and 9E. RGB value is (188,196,158). Sum of RGB (Red+Green+Blue) = 188+196+158=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC49E is #433B61. Grayscale: #BDBDBD. Windows color (decimal): -4406114 or 10405052. OLE color: 10405052.
HSL color Cylindrical-coordinate representation of color #BCC49E: hue angle of 72.63º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC49E is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 158 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.23 |
| HSL | 72.63º | 0.24% | 0.69% | - |
| HSV(B) | 72.63º | 0.19% | 0.77% | - |
| XYZ | 46.65 | 52.64 | 40.05 | - |
| YUV | 189.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 158 | 0.04 | 0 | 0.19 | 0.23 | 72.63 | 0.24 | 0.69 |
| Hex | BC | C4 | 9E | 4 | 0 | 13 | 17 | 49 | 18 | 45 |
| Octal | 274 | 304 | 236 | 4 | 0 | 23 | 27 | 111 | 30 | 105 |
| Binary | 10111100 | 11000100 | 10011110 | 100 | 0 | 10011 | 10111 | 1001001 | 11000 | 1000101 |
Color Harmonies of #BCC49E
Complementary color
Monochromatic Colors of #BCC49E
Black with #BCC49E
Text Example
Text Example
White with #BCC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC49E; }
p { color: rgb(188,196,158); }
H1.HeaderClassName
{
color: #BCC49E;
}
.AnyTagClassName
{
color: #BCC49E;
}
</style>
background-color css
<style>
a { background-color: #BCC49E; }
a { background-color: rgb(188,196,158); }
div.DivClassName
{
background-color: #BCC49E;
}
.BgClassName
{
background-color: #BCC49E;
}
</style>
border-color css
<style>
span { border-color: #BCC49E; }
span { border-color: rgb(188,196,158); }
td.TdClassName
{
border-color: #BCC49E;
}
.TagClassName
{
border-color: #BCC49E;
}
</style>