Shades of Beryl Green #B7BAA0
Tints of Beryl Green #B7BAA0
RGB
CMYK
RGB Variations
Color information
#B7BAA0 (or 0xB7BAA0) is known color: Beryl Green. HEX triplet: B7, BA and A0. RGB value is (183,186,160). Sum of RGB (Red+Green+Blue) = 183+186+160=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAA0 is #48455F. Grayscale: #B6B6B6. Windows color (decimal): -4736352 or 10533559. OLE color: 10533559.
HSL color Cylindrical-coordinate representation of color #B7BAA0: hue angle of 66.92º degrees, saturation: 0.16, 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 #B7BAA0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 186 | 160 | - |
CMYK | 0.02 | 0 | 0.14 | 0.27 |
HSL | 66.92º | 0.16% | 0.68% | - |
HSV(B) | 66.92º | 0.14% | 0.73% | - |
XYZ | 43.43 | 47.72 | 40.18 | - |
YUV | 182.14 | 115.51 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 160 | 0.02 | 0 | 0.14 | 0.27 | 66.92 | 0.16 | 0.68 |
Hex | B7 | BA | A0 | 2 | 0 | E | 1B | 43 | 10 | 44 |
Octal | 267 | 272 | 240 | 2 | 0 | 16 | 33 | 103 | 20 | 104 |
Binary | 10110111 | 10111010 | 10100000 | 10 | 0 | 1110 | 11011 | 1000011 | 10000 | 1000100 |
Color Harmonies of #B7BAA0
Complementary color
Monochromatic Colors of #B7BAA0
Black with #B7BAA0
Text Example
Text Example
White with #B7BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAA0; }
p { color: rgb(183,186,160); }
H1.HeaderClassName
{
color: #B7BAA0;
}
.AnyTagClassName
{
color: #B7BAA0;
}
</style>
background-color css
<style>
a { background-color: #B7BAA0; }
a { background-color: rgb(183,186,160); }
div.DivClassName
{
background-color: #B7BAA0;
}
.BgClassName
{
background-color: #B7BAA0;
}
</style>
border-color css
<style>
span { border-color: #B7BAA0; }
span { border-color: rgb(183,186,160); }
td.TdClassName
{
border-color: #B7BAA0;
}
.TagClassName
{
border-color: #B7BAA0;
}
</style>