Shades of Beryl Green #BAC2A4
Tints of Beryl Green #BAC2A4
RGB
CMYK
RGB Variations
Color information
#BAC2A4 (or 0xBAC2A4) is known color: Beryl Green. HEX triplet: BA, C2 and A4. RGB value is (186,194,164). Sum of RGB (Red+Green+Blue) = 186+194+164=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2A4 is #453D5B. Grayscale: #BCBCBC. Windows color (decimal): -4537692 or 10797754. OLE color: 10797754.
HSL color Cylindrical-coordinate representation of color #BAC2A4: hue angle of 76º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC2A4 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 164 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.24 |
| HSL | 76º | 0.2% | 0.7% | - |
| HSV(B) | 76º | 0.15% | 0.76% | - |
| XYZ | 46.24 | 51.7 | 42.66 | - |
| YUV | 188.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 164 | 0.04 | 0 | 0.15 | 0.24 | 76 | 0.2 | 0.7 |
| Hex | BA | C2 | A4 | 4 | 0 | F | 18 | 4C | 14 | 46 |
| Octal | 272 | 302 | 244 | 4 | 0 | 17 | 30 | 114 | 24 | 106 |
| Binary | 10111010 | 11000010 | 10100100 | 100 | 0 | 1111 | 11000 | 1001100 | 10100 | 1000110 |
Color Harmonies of #BAC2A4
Complementary color
Monochromatic Colors of #BAC2A4
Black with #BAC2A4
Text Example
Text Example
White with #BAC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2A4; }
p { color: rgb(186,194,164); }
H1.HeaderClassName
{
color: #BAC2A4;
}
.AnyTagClassName
{
color: #BAC2A4;
}
</style>
background-color css
<style>
a { background-color: #BAC2A4; }
a { background-color: rgb(186,194,164); }
div.DivClassName
{
background-color: #BAC2A4;
}
.BgClassName
{
background-color: #BAC2A4;
}
</style>
border-color css
<style>
span { border-color: #BAC2A4; }
span { border-color: rgb(186,194,164); }
td.TdClassName
{
border-color: #BAC2A4;
}
.TagClassName
{
border-color: #BAC2A4;
}
</style>