Shades of Beryl Green #BAC09F
Tints of Beryl Green #BAC09F
RGB
CMYK
RGB Variations
Color information
#BAC09F (or 0xBAC09F) is known color: Beryl Green. HEX triplet: BA, C0 and 9F. RGB value is (186,192,159). Sum of RGB (Red+Green+Blue) = 186+192+159=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC09F is #453F60. Grayscale: #BABABA. Windows color (decimal): -4538209 or 10469562. OLE color: 10469562.
HSL color Cylindrical-coordinate representation of color #BAC09F: hue angle of 70.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC09F is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 159 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.25 |
| HSL | 70.91º | 0.21% | 0.69% | - |
| HSV(B) | 70.91º | 0.17% | 0.75% | - |
| XYZ | 45.36 | 50.64 | 40.19 | - |
| YUV | 186.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 159 | 0.03 | 0 | 0.17 | 0.25 | 70.91 | 0.21 | 0.69 |
| Hex | BA | C0 | 9F | 3 | 0 | 11 | 19 | 47 | 15 | 45 |
| Octal | 272 | 300 | 237 | 3 | 0 | 21 | 31 | 107 | 25 | 105 |
| Binary | 10111010 | 11000000 | 10011111 | 11 | 0 | 10001 | 11001 | 1000111 | 10101 | 1000101 |
Color Harmonies of #BAC09F
Complementary color
Monochromatic Colors of #BAC09F
Black with #BAC09F
Text Example
Text Example
White with #BAC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC09F; }
p { color: rgb(186,192,159); }
H1.HeaderClassName
{
color: #BAC09F;
}
.AnyTagClassName
{
color: #BAC09F;
}
</style>
background-color css
<style>
a { background-color: #BAC09F; }
a { background-color: rgb(186,192,159); }
div.DivClassName
{
background-color: #BAC09F;
}
.BgClassName
{
background-color: #BAC09F;
}
</style>
border-color css
<style>
span { border-color: #BAC09F; }
span { border-color: rgb(186,192,159); }
td.TdClassName
{
border-color: #BAC09F;
}
.TagClassName
{
border-color: #BAC09F;
}
</style>