Shades of Beryl Green #BABCAA
Tints of Beryl Green #BABCAA
RGB
CMYK
RGB Variations
Color information
#BABCAA (or 0xBABCAA) is known color: Beryl Green. HEX triplet: BA, BC and AA. RGB value is (186,188,170). Sum of RGB (Red+Green+Blue) = 186+188+170=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCAA is #454355. Grayscale: #B9B9B9. Windows color (decimal): -4539222 or 11189434. OLE color: 11189434.
HSL color Cylindrical-coordinate representation of color #BABCAA: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABCAA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 170 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.26 |
| HSL | 66.67º | 0.12% | 0.7% | - |
| HSV(B) | 66.67º | 0.1% | 0.74% | - |
| XYZ | 45.49 | 49.31 | 45.15 | - |
| YUV | 185.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 170 | 0.01 | 0 | 0.10 | 0.26 | 66.67 | 0.12 | 0.7 |
| Hex | BA | BC | AA | 1 | 0 | A | 1A | 43 | C | 46 |
| Octal | 272 | 274 | 252 | 1 | 0 | 12 | 32 | 103 | 14 | 106 |
| Binary | 10111010 | 10111100 | 10101010 | 1 | 0 | 1010 | 11010 | 1000011 | 1100 | 1000110 |
Color Harmonies of #BABCAA
Complementary color
Monochromatic Colors of #BABCAA
Black with #BABCAA
Text Example
Text Example
White with #BABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCAA; }
p { color: rgb(186,188,170); }
H1.HeaderClassName
{
color: #BABCAA;
}
.AnyTagClassName
{
color: #BABCAA;
}
</style>
background-color css
<style>
a { background-color: #BABCAA; }
a { background-color: rgb(186,188,170); }
div.DivClassName
{
background-color: #BABCAA;
}
.BgClassName
{
background-color: #BABCAA;
}
</style>
border-color css
<style>
span { border-color: #BABCAA; }
span { border-color: rgb(186,188,170); }
td.TdClassName
{
border-color: #BABCAA;
}
.TagClassName
{
border-color: #BABCAA;
}
</style>