Shades of Beryl Green #BAC19D
Tints of Beryl Green #BAC19D
RGB
CMYK
RGB Variations
Color information
#BAC19D (or 0xBAC19D) is known color: Beryl Green. HEX triplet: BA, C1 and 9D. RGB value is (186,193,157). Sum of RGB (Red+Green+Blue) = 186+193+157=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC19D is #453E62. Grayscale: #BABABA. Windows color (decimal): -4537955 or 10338746. OLE color: 10338746.
HSL color Cylindrical-coordinate representation of color #BAC19D: hue angle of 71.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC19D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 157 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.24 |
| HSL | 71.67º | 0.23% | 0.69% | - |
| HSV(B) | 71.67º | 0.19% | 0.76% | - |
| XYZ | 45.41 | 51.01 | 39.35 | - |
| YUV | 186.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 157 | 0.04 | 0 | 0.19 | 0.24 | 71.67 | 0.23 | 0.69 |
| Hex | BA | C1 | 9D | 4 | 0 | 13 | 18 | 48 | 16 | 45 |
| Octal | 272 | 301 | 235 | 4 | 0 | 23 | 30 | 110 | 26 | 105 |
| Binary | 10111010 | 11000001 | 10011101 | 100 | 0 | 10011 | 11000 | 1001000 | 10110 | 1000101 |
Color Harmonies of #BAC19D
Complementary color
Monochromatic Colors of #BAC19D
Black with #BAC19D
Text Example
Text Example
White with #BAC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC19D; }
p { color: rgb(186,193,157); }
H1.HeaderClassName
{
color: #BAC19D;
}
.AnyTagClassName
{
color: #BAC19D;
}
</style>
background-color css
<style>
a { background-color: #BAC19D; }
a { background-color: rgb(186,193,157); }
div.DivClassName
{
background-color: #BAC19D;
}
.BgClassName
{
background-color: #BAC19D;
}
</style>
border-color css
<style>
span { border-color: #BAC19D; }
span { border-color: rgb(186,193,157); }
td.TdClassName
{
border-color: #BAC19D;
}
.TagClassName
{
border-color: #BAC19D;
}
</style>