Shades of Beryl Green #BAC0A5
Tints of Beryl Green #BAC0A5
RGB
CMYK
RGB Variations
Color information
#BAC0A5 (or 0xBAC0A5) is known color: Beryl Green. HEX triplet: BA, C0 and A5. RGB value is (186,192,165). Sum of RGB (Red+Green+Blue) = 186+192+165=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A5 is #453F5A. Grayscale: #BBBBBB. Windows color (decimal): -4538203 or 10862778. OLE color: 10862778.
HSL color Cylindrical-coordinate representation of color #BAC0A5: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC0A5 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 165 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.25 |
| HSL | 73.33º | 0.18% | 0.7% | - |
| HSV(B) | 73.33º | 0.14% | 0.75% | - |
| XYZ | 45.89 | 50.85 | 42.99 | - |
| YUV | 187.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 165 | 0.03 | 0 | 0.14 | 0.25 | 73.33 | 0.18 | 0.7 |
| Hex | BA | C0 | A5 | 3 | 0 | E | 19 | 49 | 12 | 46 |
| Octal | 272 | 300 | 245 | 3 | 0 | 16 | 31 | 111 | 22 | 106 |
| Binary | 10111010 | 11000000 | 10100101 | 11 | 0 | 1110 | 11001 | 1001001 | 10010 | 1000110 |
Color Harmonies of #BAC0A5
Complementary color
Monochromatic Colors of #BAC0A5
Black with #BAC0A5
Text Example
Text Example
White with #BAC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0A5; }
p { color: rgb(186,192,165); }
H1.HeaderClassName
{
color: #BAC0A5;
}
.AnyTagClassName
{
color: #BAC0A5;
}
</style>
background-color css
<style>
a { background-color: #BAC0A5; }
a { background-color: rgb(186,192,165); }
div.DivClassName
{
background-color: #BAC0A5;
}
.BgClassName
{
background-color: #BAC0A5;
}
</style>
border-color css
<style>
span { border-color: #BAC0A5; }
span { border-color: rgb(186,192,165); }
td.TdClassName
{
border-color: #BAC0A5;
}
.TagClassName
{
border-color: #BAC0A5;
}
</style>