Shades of Beryl Green #BBC49D
Tints of Beryl Green #BBC49D
RGB
CMYK
RGB Variations
Color information
#BBC49D (or 0xBBC49D) is known color: Beryl Green. HEX triplet: BB, C4 and 9D. RGB value is (187,196,157). Sum of RGB (Red+Green+Blue) = 187+196+157=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC49D is #443B62. Grayscale: #BDBDBD. Windows color (decimal): -4471651 or 10339515. OLE color: 10339515.
HSL color Cylindrical-coordinate representation of color #BBC49D: hue angle of 73.85º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC49D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 157 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.23 |
| HSL | 73.85º | 0.25% | 0.69% | - |
| HSV(B) | 73.85º | 0.2% | 0.77% | - |
| XYZ | 46.32 | 52.48 | 39.59 | - |
| YUV | 188.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 157 | 0.05 | 0 | 0.20 | 0.23 | 73.85 | 0.25 | 0.69 |
| Hex | BB | C4 | 9D | 5 | 0 | 14 | 17 | 4A | 19 | 45 |
| Octal | 273 | 304 | 235 | 5 | 0 | 24 | 27 | 112 | 31 | 105 |
| Binary | 10111011 | 11000100 | 10011101 | 101 | 0 | 10100 | 10111 | 1001010 | 11001 | 1000101 |
Color Harmonies of #BBC49D
Complementary color
Monochromatic Colors of #BBC49D
Black with #BBC49D
Text Example
Text Example
White with #BBC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC49D; }
p { color: rgb(187,196,157); }
H1.HeaderClassName
{
color: #BBC49D;
}
.AnyTagClassName
{
color: #BBC49D;
}
</style>
background-color css
<style>
a { background-color: #BBC49D; }
a { background-color: rgb(187,196,157); }
div.DivClassName
{
background-color: #BBC49D;
}
.BgClassName
{
background-color: #BBC49D;
}
</style>
border-color css
<style>
span { border-color: #BBC49D; }
span { border-color: rgb(187,196,157); }
td.TdClassName
{
border-color: #BBC49D;
}
.TagClassName
{
border-color: #BBC49D;
}
</style>