Shades of Beryl Green #BAC0A0
Tints of Beryl Green #BAC0A0
RGB
CMYK
RGB Variations
Color information
#BAC0A0 (or 0xBAC0A0) is known color: Beryl Green. HEX triplet: BA, C0 and A0. RGB value is (186,192,160). Sum of RGB (Red+Green+Blue) = 186+192+160=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A0 is #453F5F. Grayscale: #BABABA. Windows color (decimal): -4538208 or 10535098. OLE color: 10535098.
HSL color Cylindrical-coordinate representation of color #BAC0A0: hue angle of 71.25º degrees, saturation: 0.2, 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 #BAC0A0 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 160 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.25 |
| HSL | 71.25º | 0.2% | 0.69% | - |
| HSV(B) | 71.25º | 0.17% | 0.75% | - |
| XYZ | 45.44 | 50.68 | 40.64 | - |
| YUV | 186.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 160 | 0.03 | 0 | 0.17 | 0.25 | 71.25 | 0.2 | 0.69 |
| Hex | BA | C0 | A0 | 3 | 0 | 11 | 19 | 47 | 14 | 45 |
| Octal | 272 | 300 | 240 | 3 | 0 | 21 | 31 | 107 | 24 | 105 |
| Binary | 10111010 | 11000000 | 10100000 | 11 | 0 | 10001 | 11001 | 1000111 | 10100 | 1000101 |
Color Harmonies of #BAC0A0
Complementary color
Monochromatic Colors of #BAC0A0
Black with #BAC0A0
Text Example
Text Example
White with #BAC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0A0; }
p { color: rgb(186,192,160); }
H1.HeaderClassName
{
color: #BAC0A0;
}
.AnyTagClassName
{
color: #BAC0A0;
}
</style>
background-color css
<style>
a { background-color: #BAC0A0; }
a { background-color: rgb(186,192,160); }
div.DivClassName
{
background-color: #BAC0A0;
}
.BgClassName
{
background-color: #BAC0A0;
}
</style>
border-color css
<style>
span { border-color: #BAC0A0; }
span { border-color: rgb(186,192,160); }
td.TdClassName
{
border-color: #BAC0A0;
}
.TagClassName
{
border-color: #BAC0A0;
}
</style>