Shades of Beryl Green #B2B4A8
Tints of Beryl Green #B2B4A8
RGB
CMYK
RGB Variations
Color information
#B2B4A8 (or 0xB2B4A8) is known color: Beryl Green. HEX triplet: B2, B4 and A8. RGB value is (178,180,168). Sum of RGB (Red+Green+Blue) = 178+180+168=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B4A8 is #4D4B57. Grayscale: #B2B2B2. Windows color (decimal): -5065560 or 11056306. OLE color: 11056306.
HSL color Cylindrical-coordinate representation of color #B2B4A8: hue angle of 70º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B4A8 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 168 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.29 |
| HSL | 70º | 0.07% | 0.68% | - |
| HSV(B) | 70º | 0.07% | 0.71% | - |
| XYZ | 41.75 | 44.93 | 43.52 | - |
| YUV | 178.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 168 | 0.01 | 0 | 0.07 | 0.29 | 70 | 0.07 | 0.68 |
| Hex | B2 | B4 | A8 | 1 | 0 | 7 | 1D | 46 | 7 | 44 |
| Octal | 262 | 264 | 250 | 1 | 0 | 7 | 35 | 106 | 7 | 104 |
| Binary | 10110010 | 10110100 | 10101000 | 1 | 0 | 111 | 11101 | 1000110 | 111 | 1000100 |
Color Harmonies of #B2B4A8
Complementary color
Monochromatic Colors of #B2B4A8
Black with #B2B4A8
Text Example
Text Example
White with #B2B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B4A8; }
p { color: rgb(178,180,168); }
H1.HeaderClassName
{
color: #B2B4A8;
}
.AnyTagClassName
{
color: #B2B4A8;
}
</style>
background-color css
<style>
a { background-color: #B2B4A8; }
a { background-color: rgb(178,180,168); }
div.DivClassName
{
background-color: #B2B4A8;
}
.BgClassName
{
background-color: #B2B4A8;
}
</style>
border-color css
<style>
span { border-color: #B2B4A8; }
span { border-color: rgb(178,180,168); }
td.TdClassName
{
border-color: #B2B4A8;
}
.TagClassName
{
border-color: #B2B4A8;
}
</style>