Shades of Beryl Green #BAC0A9
Tints of Beryl Green #BAC0A9
RGB
CMYK
RGB Variations
Color information
#BAC0A9 (or 0xBAC0A9) is known color: Beryl Green. HEX triplet: BA, C0 and A9. RGB value is (186,192,169). Sum of RGB (Red+Green+Blue) = 186+192+169=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A9 is #453F56. Grayscale: #BBBBBB. Windows color (decimal): -4538199 or 11124922. OLE color: 11124922.
HSL color Cylindrical-coordinate representation of color #BAC0A9: hue angle of 75.65º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC0A9 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 169 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.25 |
| HSL | 75.65º | 0.15% | 0.71% | - |
| HSV(B) | 75.65º | 0.12% | 0.75% | - |
| XYZ | 46.26 | 51 | 44.94 | - |
| YUV | 187.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 169 | 0.03 | 0 | 0.12 | 0.25 | 75.65 | 0.15 | 0.71 |
| Hex | BA | C0 | A9 | 3 | 0 | C | 19 | 4C | F | 47 |
| Octal | 272 | 300 | 251 | 3 | 0 | 14 | 31 | 114 | 17 | 107 |
| Binary | 10111010 | 11000000 | 10101001 | 11 | 0 | 1100 | 11001 | 1001100 | 1111 | 1000111 |
Color Harmonies of #BAC0A9
Complementary color
Monochromatic Colors of #BAC0A9
Black with #BAC0A9
Text Example
Text Example
White with #BAC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0A9; }
p { color: rgb(186,192,169); }
H1.HeaderClassName
{
color: #BAC0A9;
}
.AnyTagClassName
{
color: #BAC0A9;
}
</style>
background-color css
<style>
a { background-color: #BAC0A9; }
a { background-color: rgb(186,192,169); }
div.DivClassName
{
background-color: #BAC0A9;
}
.BgClassName
{
background-color: #BAC0A9;
}
</style>
border-color css
<style>
span { border-color: #BAC0A9; }
span { border-color: rgb(186,192,169); }
td.TdClassName
{
border-color: #BAC0A9;
}
.TagClassName
{
border-color: #BAC0A9;
}
</style>