Shades of Beryl Green #BEC6A4
Tints of Beryl Green #BEC6A4
RGB
CMYK
RGB Variations
Color information
#BEC6A4 (or 0xBEC6A4) is known color: Beryl Green. HEX triplet: BE, C6 and A4. RGB value is (190,198,164). Sum of RGB (Red+Green+Blue) = 190+198+164=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A4 is #41395B. Grayscale: #BFBFBF. Windows color (decimal): -4274524 or 10798782. OLE color: 10798782.
HSL color Cylindrical-coordinate representation of color #BEC6A4: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC6A4 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 164 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.22 |
| HSL | 74.12º | 0.23% | 0.71% | - |
| HSV(B) | 74.12º | 0.17% | 0.78% | - |
| XYZ | 48.13 | 54.02 | 43.01 | - |
| YUV | 191.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 164 | 0.04 | 0 | 0.17 | 0.22 | 74.12 | 0.23 | 0.71 |
| Hex | BE | C6 | A4 | 4 | 0 | 11 | 16 | 4A | 17 | 47 |
| Octal | 276 | 306 | 244 | 4 | 0 | 21 | 26 | 112 | 27 | 107 |
| Binary | 10111110 | 11000110 | 10100100 | 100 | 0 | 10001 | 10110 | 1001010 | 10111 | 1000111 |
Color Harmonies of #BEC6A4
Complementary color
Monochromatic Colors of #BEC6A4
Black with #BEC6A4
Text Example
Text Example
White with #BEC6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6A4; }
p { color: rgb(190,198,164); }
H1.HeaderClassName
{
color: #BEC6A4;
}
.AnyTagClassName
{
color: #BEC6A4;
}
</style>
background-color css
<style>
a { background-color: #BEC6A4; }
a { background-color: rgb(190,198,164); }
div.DivClassName
{
background-color: #BEC6A4;
}
.BgClassName
{
background-color: #BEC6A4;
}
</style>
border-color css
<style>
span { border-color: #BEC6A4; }
span { border-color: rgb(190,198,164); }
td.TdClassName
{
border-color: #BEC6A4;
}
.TagClassName
{
border-color: #BEC6A4;
}
</style>