Shades of Beryl Green #BABBA1
Tints of Beryl Green #BABBA1
RGB
CMYK
RGB Variations
Color information
#BABBA1 (or 0xBABBA1) is known color: Beryl Green. HEX triplet: BA, BB and A1. RGB value is (186,187,161). Sum of RGB (Red+Green+Blue) = 186+187+161=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABBA1 is #45445E. Grayscale: #B7B7B7. Windows color (decimal): -4539487 or 10599354. OLE color: 10599354.
HSL color Cylindrical-coordinate representation of color #BABBA1: hue angle of 62.31º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABBA1 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 161 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.27 |
| HSL | 62.31º | 0.16% | 0.68% | - |
| HSV(B) | 62.31º | 0.14% | 0.73% | - |
| XYZ | 44.45 | 48.55 | 40.75 | - |
| YUV | 183.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 161 | 0.01 | 0 | 0.14 | 0.27 | 62.31 | 0.16 | 0.68 |
| Hex | BA | BB | A1 | 1 | 0 | E | 1B | 3E | 10 | 44 |
| Octal | 272 | 273 | 241 | 1 | 0 | 16 | 33 | 76 | 20 | 104 |
| Binary | 10111010 | 10111011 | 10100001 | 1 | 0 | 1110 | 11011 | 111110 | 10000 | 1000100 |
Color Harmonies of #BABBA1
Complementary color
Monochromatic Colors of #BABBA1
Black with #BABBA1
Text Example
Text Example
White with #BABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBA1; }
p { color: rgb(186,187,161); }
H1.HeaderClassName
{
color: #BABBA1;
}
.AnyTagClassName
{
color: #BABBA1;
}
</style>
background-color css
<style>
a { background-color: #BABBA1; }
a { background-color: rgb(186,187,161); }
div.DivClassName
{
background-color: #BABBA1;
}
.BgClassName
{
background-color: #BABBA1;
}
</style>
border-color css
<style>
span { border-color: #BABBA1; }
span { border-color: rgb(186,187,161); }
td.TdClassName
{
border-color: #BABBA1;
}
.TagClassName
{
border-color: #BABBA1;
}
</style>