Shades of Beryl Green #BAC29F
Tints of Beryl Green #BAC29F
RGB
CMYK
RGB Variations
Color information
#BAC29F (or 0xBAC29F) is known color: Beryl Green. HEX triplet: BA, C2 and 9F. RGB value is (186,194,159). Sum of RGB (Red+Green+Blue) = 186+194+159=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC29F is #453D60. Grayscale: #BBBBBB. Windows color (decimal): -4537697 or 10470074. OLE color: 10470074.
HSL color Cylindrical-coordinate representation of color #BAC29F: hue angle of 73.71º 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 #BAC29F is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 159 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.24 |
| HSL | 73.71º | 0.22% | 0.69% | - |
| HSV(B) | 73.71º | 0.18% | 0.76% | - |
| XYZ | 45.8 | 51.53 | 40.33 | - |
| YUV | 187.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 159 | 0.04 | 0 | 0.18 | 0.24 | 73.71 | 0.22 | 0.69 |
| Hex | BA | C2 | 9F | 4 | 0 | 12 | 18 | 4A | 16 | 45 |
| Octal | 272 | 302 | 237 | 4 | 0 | 22 | 30 | 112 | 26 | 105 |
| Binary | 10111010 | 11000010 | 10011111 | 100 | 0 | 10010 | 11000 | 1001010 | 10110 | 1000101 |
Color Harmonies of #BAC29F
Complementary color
Monochromatic Colors of #BAC29F
Black with #BAC29F
Text Example
Text Example
White with #BAC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC29F; }
p { color: rgb(186,194,159); }
H1.HeaderClassName
{
color: #BAC29F;
}
.AnyTagClassName
{
color: #BAC29F;
}
</style>
background-color css
<style>
a { background-color: #BAC29F; }
a { background-color: rgb(186,194,159); }
div.DivClassName
{
background-color: #BAC29F;
}
.BgClassName
{
background-color: #BAC29F;
}
</style>
border-color css
<style>
span { border-color: #BAC29F; }
span { border-color: rgb(186,194,159); }
td.TdClassName
{
border-color: #BAC29F;
}
.TagClassName
{
border-color: #BAC29F;
}
</style>