Shades of Beryl Green #BAC0AA
Tints of Beryl Green #BAC0AA
RGB
CMYK
RGB Variations
Color information
#BAC0AA (or 0xBAC0AA) is known color: Beryl Green. HEX triplet: BA, C0 and AA. RGB value is (186,192,170). Sum of RGB (Red+Green+Blue) = 186+192+170=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0AA is #453F55. Grayscale: #BBBBBB. Windows color (decimal): -4538198 or 11190458. OLE color: 11190458.
HSL color Cylindrical-coordinate representation of color #BAC0AA: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC0AA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 170 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.25 |
| HSL | 76.36º | 0.15% | 0.71% | - |
| HSV(B) | 76.36º | 0.11% | 0.75% | - |
| XYZ | 46.36 | 51.04 | 45.44 | - |
| YUV | 187.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 170 | 0.03 | 0 | 0.11 | 0.25 | 76.36 | 0.15 | 0.71 |
| Hex | BA | C0 | AA | 3 | 0 | B | 19 | 4C | F | 47 |
| Octal | 272 | 300 | 252 | 3 | 0 | 13 | 31 | 114 | 17 | 107 |
| Binary | 10111010 | 11000000 | 10101010 | 11 | 0 | 1011 | 11001 | 1001100 | 1111 | 1000111 |
Color Harmonies of #BAC0AA
Complementary color
Monochromatic Colors of #BAC0AA
Black with #BAC0AA
Text Example
Text Example
White with #BAC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0AA; }
p { color: rgb(186,192,170); }
H1.HeaderClassName
{
color: #BAC0AA;
}
.AnyTagClassName
{
color: #BAC0AA;
}
</style>
background-color css
<style>
a { background-color: #BAC0AA; }
a { background-color: rgb(186,192,170); }
div.DivClassName
{
background-color: #BAC0AA;
}
.BgClassName
{
background-color: #BAC0AA;
}
</style>
border-color css
<style>
span { border-color: #BAC0AA; }
span { border-color: rgb(186,192,170); }
td.TdClassName
{
border-color: #BAC0AA;
}
.TagClassName
{
border-color: #BAC0AA;
}
</style>