Shades of Beryl Green #B4BBA0
Tints of Beryl Green #B4BBA0
RGB
CMYK
RGB Variations
Color information
#B4BBA0 (or 0xB4BBA0) is known color: Beryl Green. HEX triplet: B4, BB and A0. RGB value is (180,187,160). Sum of RGB (Red+Green+Blue) = 180+187+160=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBA0 is #4B445F. Grayscale: #B5B5B5. Windows color (decimal): -4932704 or 10533812. OLE color: 10533812.
HSL color Cylindrical-coordinate representation of color #B4BBA0: hue angle of 75.56º degrees, saturation: 0.17, 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 #B4BBA0 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 160 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.27 |
| HSL | 75.56º | 0.17% | 0.68% | - |
| HSV(B) | 75.56º | 0.14% | 0.73% | - |
| XYZ | 42.94 | 47.78 | 40.22 | - |
| YUV | 181.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 160 | 0.04 | 0 | 0.14 | 0.27 | 75.56 | 0.17 | 0.68 |
| Hex | B4 | BB | A0 | 4 | 0 | E | 1B | 4C | 11 | 44 |
| Octal | 264 | 273 | 240 | 4 | 0 | 16 | 33 | 114 | 21 | 104 |
| Binary | 10110100 | 10111011 | 10100000 | 100 | 0 | 1110 | 11011 | 1001100 | 10001 | 1000100 |
Color Harmonies of #B4BBA0
Complementary color
Monochromatic Colors of #B4BBA0
Black with #B4BBA0
Text Example
Text Example
White with #B4BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBA0; }
p { color: rgb(180,187,160); }
H1.HeaderClassName
{
color: #B4BBA0;
}
.AnyTagClassName
{
color: #B4BBA0;
}
</style>
background-color css
<style>
a { background-color: #B4BBA0; }
a { background-color: rgb(180,187,160); }
div.DivClassName
{
background-color: #B4BBA0;
}
.BgClassName
{
background-color: #B4BBA0;
}
</style>
border-color css
<style>
span { border-color: #B4BBA0; }
span { border-color: rgb(180,187,160); }
td.TdClassName
{
border-color: #B4BBA0;
}
.TagClassName
{
border-color: #B4BBA0;
}
</style>