Shades of Beryl Green #BBC3A0
Tints of Beryl Green #BBC3A0
RGB
CMYK
RGB Variations
Color information
#BBC3A0 (or 0xBBC3A0) is known color: Beryl Green. HEX triplet: BB, C3 and A0. RGB value is (187,195,160). Sum of RGB (Red+Green+Blue) = 187+195+160=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3A0 is #443C5F. Grayscale: #BCBCBC. Windows color (decimal): -4471904 or 10535867. OLE color: 10535867.
HSL color Cylindrical-coordinate representation of color #BBC3A0: hue angle of 73.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC3A0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 160 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.24 |
| HSL | 73.71º | 0.23% | 0.7% | - |
| HSV(B) | 73.71º | 0.18% | 0.76% | - |
| XYZ | 46.35 | 52.13 | 40.88 | - |
| YUV | 188.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 160 | 0.04 | 0 | 0.18 | 0.24 | 73.71 | 0.23 | 0.7 |
| Hex | BB | C3 | A0 | 4 | 0 | 12 | 18 | 4A | 17 | 46 |
| Octal | 273 | 303 | 240 | 4 | 0 | 22 | 30 | 112 | 27 | 106 |
| Binary | 10111011 | 11000011 | 10100000 | 100 | 0 | 10010 | 11000 | 1001010 | 10111 | 1000110 |
Color Harmonies of #BBC3A0
Complementary color
Monochromatic Colors of #BBC3A0
Black with #BBC3A0
Text Example
Text Example
White with #BBC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3A0; }
p { color: rgb(187,195,160); }
H1.HeaderClassName
{
color: #BBC3A0;
}
.AnyTagClassName
{
color: #BBC3A0;
}
</style>
background-color css
<style>
a { background-color: #BBC3A0; }
a { background-color: rgb(187,195,160); }
div.DivClassName
{
background-color: #BBC3A0;
}
.BgClassName
{
background-color: #BBC3A0;
}
</style>
border-color css
<style>
span { border-color: #BBC3A0; }
span { border-color: rgb(187,195,160); }
td.TdClassName
{
border-color: #BBC3A0;
}
.TagClassName
{
border-color: #BBC3A0;
}
</style>