Shades of Beryl Green #BABBB4
Tints of Beryl Green #BABBB4
RGB
CMYK
RGB Variations
Color information
#BABBB4 (or 0xBABBB4) is known color: Beryl Green. HEX triplet: BA, BB and B4. RGB value is (186,187,180). Sum of RGB (Red+Green+Blue) = 186+187+180=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBB4 is #45444B. Grayscale: #B9B9B9. Windows color (decimal): -4539468 or 11844538. OLE color: 11844538.
HSL color Cylindrical-coordinate representation of color #BABBB4: hue angle of 68.57º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABBB4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 180 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.27 |
| HSL | 68.57º | 0.05% | 0.72% | - |
| HSV(B) | 68.57º | 0.04% | 0.73% | - |
| XYZ | 46.26 | 49.28 | 50.25 | - |
| YUV | 185.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 180 | 0.01 | 0 | 0.04 | 0.27 | 68.57 | 0.05 | 0.72 |
| Hex | BA | BB | B4 | 1 | 0 | 4 | 1B | 45 | 5 | 48 |
| Octal | 272 | 273 | 264 | 1 | 0 | 4 | 33 | 105 | 5 | 110 |
| Binary | 10111010 | 10111011 | 10110100 | 1 | 0 | 100 | 11011 | 1000101 | 101 | 1001000 |
Color Harmonies of #BABBB4
Complementary color
Monochromatic Colors of #BABBB4
Black with #BABBB4
Text Example
Text Example
White with #BABBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBB4; }
p { color: rgb(186,187,180); }
H1.HeaderClassName
{
color: #BABBB4;
}
.AnyTagClassName
{
color: #BABBB4;
}
</style>
background-color css
<style>
a { background-color: #BABBB4; }
a { background-color: rgb(186,187,180); }
div.DivClassName
{
background-color: #BABBB4;
}
.BgClassName
{
background-color: #BABBB4;
}
</style>
border-color css
<style>
span { border-color: #BABBB4; }
span { border-color: rgb(186,187,180); }
td.TdClassName
{
border-color: #BABBB4;
}
.TagClassName
{
border-color: #BABBB4;
}
</style>