Shades of Beryl Green #B2B49E
Tints of Beryl Green #B2B49E
RGB
CMYK
RGB Variations
Color information
#B2B49E (or 0xB2B49E) is known color: Beryl Green. HEX triplet: B2, B4 and 9E. RGB value is (178,180,158). Sum of RGB (Red+Green+Blue) = 178+180+158=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B49E is #4D4B61. Grayscale: #B0B0B0. Windows color (decimal): -5065570 or 10400946. OLE color: 10400946.
HSL color Cylindrical-coordinate representation of color #B2B49E: hue angle of 65.45º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B49E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 158 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.29 |
| HSL | 65.45º | 0.13% | 0.66% | - |
| HSV(B) | 65.45º | 0.12% | 0.71% | - |
| XYZ | 40.85 | 44.58 | 38.8 | - |
| YUV | 176.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 158 | 0.01 | 0 | 0.12 | 0.29 | 65.45 | 0.13 | 0.66 |
| Hex | B2 | B4 | 9E | 1 | 0 | C | 1D | 41 | D | 42 |
| Octal | 262 | 264 | 236 | 1 | 0 | 14 | 35 | 101 | 15 | 102 |
| Binary | 10110010 | 10110100 | 10011110 | 1 | 0 | 1100 | 11101 | 1000001 | 1101 | 1000010 |
Color Harmonies of #B2B49E
Complementary color
Monochromatic Colors of #B2B49E
Black with #B2B49E
Text Example
Text Example
White with #B2B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B49E; }
p { color: rgb(178,180,158); }
H1.HeaderClassName
{
color: #B2B49E;
}
.AnyTagClassName
{
color: #B2B49E;
}
</style>
background-color css
<style>
a { background-color: #B2B49E; }
a { background-color: rgb(178,180,158); }
div.DivClassName
{
background-color: #B2B49E;
}
.BgClassName
{
background-color: #B2B49E;
}
</style>
border-color css
<style>
span { border-color: #B2B49E; }
span { border-color: rgb(178,180,158); }
td.TdClassName
{
border-color: #B2B49E;
}
.TagClassName
{
border-color: #B2B49E;
}
</style>