Shades of Beryl Green #BEC0A4
Tints of Beryl Green #BEC0A4
RGB
CMYK
RGB Variations
Color information
#BEC0A4 (or 0xBEC0A4) is known color: Beryl Green. HEX triplet: BE, C0 and A4. RGB value is (190,192,164). Sum of RGB (Red+Green+Blue) = 190+192+164=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A4 is #413F5B. Grayscale: #BCBCBC. Windows color (decimal): -4276060 or 10797246. OLE color: 10797246.
HSL color Cylindrical-coordinate representation of color #BEC0A4: hue angle of 64.29º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC0A4 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 164 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.25 |
| HSL | 64.29º | 0.18% | 0.7% | - |
| HSV(B) | 64.29º | 0.15% | 0.75% | - |
| XYZ | 46.79 | 51.33 | 42.56 | - |
| YUV | 188.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 164 | 0.01 | 0 | 0.15 | 0.25 | 64.29 | 0.18 | 0.7 |
| Hex | BE | C0 | A4 | 1 | 0 | F | 19 | 40 | 12 | 46 |
| Octal | 276 | 300 | 244 | 1 | 0 | 17 | 31 | 100 | 22 | 106 |
| Binary | 10111110 | 11000000 | 10100100 | 1 | 0 | 1111 | 11001 | 1000000 | 10010 | 1000110 |
Color Harmonies of #BEC0A4
Complementary color
Monochromatic Colors of #BEC0A4
Black with #BEC0A4
Text Example
Text Example
White with #BEC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0A4; }
p { color: rgb(190,192,164); }
H1.HeaderClassName
{
color: #BEC0A4;
}
.AnyTagClassName
{
color: #BEC0A4;
}
</style>
background-color css
<style>
a { background-color: #BEC0A4; }
a { background-color: rgb(190,192,164); }
div.DivClassName
{
background-color: #BEC0A4;
}
.BgClassName
{
background-color: #BEC0A4;
}
</style>
border-color css
<style>
span { border-color: #BEC0A4; }
span { border-color: rgb(190,192,164); }
td.TdClassName
{
border-color: #BEC0A4;
}
.TagClassName
{
border-color: #BEC0A4;
}
</style>