Shades of Beryl Green #BAC19F
Tints of Beryl Green #BAC19F
RGB
CMYK
RGB Variations
Color information
#BAC19F (or 0xBAC19F) is known color: Beryl Green. HEX triplet: BA, C1 and 9F. RGB value is (186,193,159). Sum of RGB (Red+Green+Blue) = 186+193+159=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC19F is #453E60. Grayscale: #BBBBBB. Windows color (decimal): -4537953 or 10469818. OLE color: 10469818.
HSL color Cylindrical-coordinate representation of color #BAC19F: hue angle of 72.35º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC19F is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 159 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.24 |
| HSL | 72.35º | 0.22% | 0.69% | - |
| HSV(B) | 72.35º | 0.18% | 0.76% | - |
| XYZ | 45.58 | 51.08 | 40.26 | - |
| YUV | 187.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 159 | 0.04 | 0 | 0.18 | 0.24 | 72.35 | 0.22 | 0.69 |
| Hex | BA | C1 | 9F | 4 | 0 | 12 | 18 | 48 | 16 | 45 |
| Octal | 272 | 301 | 237 | 4 | 0 | 22 | 30 | 110 | 26 | 105 |
| Binary | 10111010 | 11000001 | 10011111 | 100 | 0 | 10010 | 11000 | 1001000 | 10110 | 1000101 |
Color Harmonies of #BAC19F
Complementary color
Monochromatic Colors of #BAC19F
Black with #BAC19F
Text Example
Text Example
White with #BAC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC19F; }
p { color: rgb(186,193,159); }
H1.HeaderClassName
{
color: #BAC19F;
}
.AnyTagClassName
{
color: #BAC19F;
}
</style>
background-color css
<style>
a { background-color: #BAC19F; }
a { background-color: rgb(186,193,159); }
div.DivClassName
{
background-color: #BAC19F;
}
.BgClassName
{
background-color: #BAC19F;
}
</style>
border-color css
<style>
span { border-color: #BAC19F; }
span { border-color: rgb(186,193,159); }
td.TdClassName
{
border-color: #BAC19F;
}
.TagClassName
{
border-color: #BAC19F;
}
</style>