Shades of Beryl Green #B7BFA0
Tints of Beryl Green #B7BFA0
RGB
CMYK
RGB Variations
Color information
#B7BFA0 (or 0xB7BFA0) is known color: Beryl Green. HEX triplet: B7, BF and A0. RGB value is (183,191,160). Sum of RGB (Red+Green+Blue) = 183+191+160=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BFA0 is #48405F. Grayscale: #B9B9B9. Windows color (decimal): -4735072 or 10534839. OLE color: 10534839.
HSL color Cylindrical-coordinate representation of color #B7BFA0: hue angle of 75.48º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BFA0 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 160 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.25 |
| HSL | 75.48º | 0.19% | 0.69% | - |
| HSV(B) | 75.48º | 0.16% | 0.75% | - |
| XYZ | 44.5 | 49.87 | 40.54 | - |
| YUV | 185.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 160 | 0.04 | 0 | 0.16 | 0.25 | 75.48 | 0.19 | 0.69 |
| Hex | B7 | BF | A0 | 4 | 0 | 10 | 19 | 4B | 13 | 45 |
| Octal | 267 | 277 | 240 | 4 | 0 | 20 | 31 | 113 | 23 | 105 |
| Binary | 10110111 | 10111111 | 10100000 | 100 | 0 | 10000 | 11001 | 1001011 | 10011 | 1000101 |
Color Harmonies of #B7BFA0
Complementary color
Monochromatic Colors of #B7BFA0
Black with #B7BFA0
Text Example
Text Example
White with #B7BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFA0; }
p { color: rgb(183,191,160); }
H1.HeaderClassName
{
color: #B7BFA0;
}
.AnyTagClassName
{
color: #B7BFA0;
}
</style>
background-color css
<style>
a { background-color: #B7BFA0; }
a { background-color: rgb(183,191,160); }
div.DivClassName
{
background-color: #B7BFA0;
}
.BgClassName
{
background-color: #B7BFA0;
}
</style>
border-color css
<style>
span { border-color: #B7BFA0; }
span { border-color: rgb(183,191,160); }
td.TdClassName
{
border-color: #B7BFA0;
}
.TagClassName
{
border-color: #B7BFA0;
}
</style>