Shades of Beryl Green #BEC5A2
Tints of Beryl Green #BEC5A2
RGB
CMYK
RGB Variations
Color information
#BEC5A2 (or 0xBEC5A2) is known color: Beryl Green. HEX triplet: BE, C5 and A2. RGB value is (190,197,162). Sum of RGB (Red+Green+Blue) = 190+197+162=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5A2 is #413A5D. Grayscale: #BFBFBF. Windows color (decimal): -4274782 or 10667454. OLE color: 10667454.
HSL color Cylindrical-coordinate representation of color #BEC5A2: hue angle of 72º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 162 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.23 |
| HSL | 72º | 0.23% | 0.7% | - |
| HSV(B) | 72º | 0.18% | 0.77% | - |
| XYZ | 47.72 | 53.49 | 41.99 | - |
| YUV | 190.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 162 | 0.04 | 0 | 0.18 | 0.23 | 72 | 0.23 | 0.7 |
| Hex | BE | C5 | A2 | 4 | 0 | 12 | 17 | 48 | 17 | 46 |
| Octal | 276 | 305 | 242 | 4 | 0 | 22 | 27 | 110 | 27 | 106 |
| Binary | 10111110 | 11000101 | 10100010 | 100 | 0 | 10010 | 10111 | 1001000 | 10111 | 1000110 |
Color Harmonies of #BEC5A2
Complementary color
Monochromatic Colors of #BEC5A2
Black with #BEC5A2
Text Example
Text Example
White with #BEC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5A2; }
p { color: rgb(190,197,162); }
H1.HeaderClassName
{
color: #BEC5A2;
}
.AnyTagClassName
{
color: #BEC5A2;
}
</style>
background-color css
<style>
a { background-color: #BEC5A2; }
a { background-color: rgb(190,197,162); }
div.DivClassName
{
background-color: #BEC5A2;
}
.BgClassName
{
background-color: #BEC5A2;
}
</style>
border-color css
<style>
span { border-color: #BEC5A2; }
span { border-color: rgb(190,197,162); }
td.TdClassName
{
border-color: #BEC5A2;
}
.TagClassName
{
border-color: #BEC5A2;
}
</style>