Shades of Beryl Green #B8BAAA
Tints of Beryl Green #B8BAAA
RGB
CMYK
RGB Variations
Color information
#B8BAAA (or 0xB8BAAA) is known color: Beryl Green. HEX triplet: B8, BA and AA. RGB value is (184,186,170). Sum of RGB (Red+Green+Blue) = 184+186+170=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BAAA is #474555. Grayscale: #B7B7B7. Windows color (decimal): -4670806 or 11188920. OLE color: 11188920.
HSL color Cylindrical-coordinate representation of color #B8BAAA: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BAAA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 170 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.27 |
| HSL | 67.5º | 0.1% | 0.7% | - |
| HSV(B) | 67.5º | 0.09% | 0.73% | - |
| XYZ | 44.58 | 48.21 | 44.99 | - |
| YUV | 183.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 170 | 0.01 | 0 | 0.09 | 0.27 | 67.5 | 0.1 | 0.7 |
| Hex | B8 | BA | AA | 1 | 0 | 9 | 1B | 44 | A | 46 |
| Octal | 270 | 272 | 252 | 1 | 0 | 11 | 33 | 104 | 12 | 106 |
| Binary | 10111000 | 10111010 | 10101010 | 1 | 0 | 1001 | 11011 | 1000100 | 1010 | 1000110 |
Color Harmonies of #B8BAAA
Complementary color
Monochromatic Colors of #B8BAAA
Black with #B8BAAA
Text Example
Text Example
White with #B8BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAAA; }
p { color: rgb(184,186,170); }
H1.HeaderClassName
{
color: #B8BAAA;
}
.AnyTagClassName
{
color: #B8BAAA;
}
</style>
background-color css
<style>
a { background-color: #B8BAAA; }
a { background-color: rgb(184,186,170); }
div.DivClassName
{
background-color: #B8BAAA;
}
.BgClassName
{
background-color: #B8BAAA;
}
</style>
border-color css
<style>
span { border-color: #B8BAAA; }
span { border-color: rgb(184,186,170); }
td.TdClassName
{
border-color: #B8BAAA;
}
.TagClassName
{
border-color: #B8BAAA;
}
</style>