Shades of Beryl Green #BAC09E
Tints of Beryl Green #BAC09E
RGB
CMYK
RGB Variations
Color information
#BAC09E (or 0xBAC09E) is known color: Beryl Green. HEX triplet: BA, C0 and 9E. RGB value is (186,192,158). Sum of RGB (Red+Green+Blue) = 186+192+158=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC09E is #453F61. Grayscale: #BABABA. Windows color (decimal): -4538210 or 10404026. OLE color: 10404026.
HSL color Cylindrical-coordinate representation of color #BAC09E: hue angle of 70.59º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC09E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 158 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.25 |
| HSL | 70.59º | 0.21% | 0.69% | - |
| HSV(B) | 70.59º | 0.18% | 0.75% | - |
| XYZ | 45.27 | 50.61 | 39.73 | - |
| YUV | 186.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 158 | 0.03 | 0 | 0.18 | 0.25 | 70.59 | 0.21 | 0.69 |
| Hex | BA | C0 | 9E | 3 | 0 | 12 | 19 | 47 | 15 | 45 |
| Octal | 272 | 300 | 236 | 3 | 0 | 22 | 31 | 107 | 25 | 105 |
| Binary | 10111010 | 11000000 | 10011110 | 11 | 0 | 10010 | 11001 | 1000111 | 10101 | 1000101 |
Color Harmonies of #BAC09E
Complementary color
Monochromatic Colors of #BAC09E
Black with #BAC09E
Text Example
Text Example
White with #BAC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC09E; }
p { color: rgb(186,192,158); }
H1.HeaderClassName
{
color: #BAC09E;
}
.AnyTagClassName
{
color: #BAC09E;
}
</style>
background-color css
<style>
a { background-color: #BAC09E; }
a { background-color: rgb(186,192,158); }
div.DivClassName
{
background-color: #BAC09E;
}
.BgClassName
{
background-color: #BAC09E;
}
</style>
border-color css
<style>
span { border-color: #BAC09E; }
span { border-color: rgb(186,192,158); }
td.TdClassName
{
border-color: #BAC09E;
}
.TagClassName
{
border-color: #BAC09E;
}
</style>