Shades of Beryl Green #B2B4A5
Tints of Beryl Green #B2B4A5
RGB
CMYK
RGB Variations
Color information
#B2B4A5 (or 0xB2B4A5) is known color: Beryl Green. HEX triplet: B2, B4 and A5. RGB value is (178,180,165). Sum of RGB (Red+Green+Blue) = 178+180+165=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B4A5 is #4D4B5A. Grayscale: #B1B1B1. Windows color (decimal): -5065563 or 10859698. OLE color: 10859698.
HSL color Cylindrical-coordinate representation of color #B2B4A5: hue angle of 68º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B4A5 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 165 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.29 |
| HSL | 68º | 0.09% | 0.68% | - |
| HSV(B) | 68º | 0.08% | 0.71% | - |
| XYZ | 41.47 | 44.82 | 42.06 | - |
| YUV | 177.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 165 | 0.01 | 0 | 0.08 | 0.29 | 68 | 0.09 | 0.68 |
| Hex | B2 | B4 | A5 | 1 | 0 | 8 | 1D | 44 | 9 | 44 |
| Octal | 262 | 264 | 245 | 1 | 0 | 10 | 35 | 104 | 11 | 104 |
| Binary | 10110010 | 10110100 | 10100101 | 1 | 0 | 1000 | 11101 | 1000100 | 1001 | 1000100 |
Color Harmonies of #B2B4A5
Complementary color
Monochromatic Colors of #B2B4A5
Black with #B2B4A5
Text Example
Text Example
White with #B2B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B4A5; }
p { color: rgb(178,180,165); }
H1.HeaderClassName
{
color: #B2B4A5;
}
.AnyTagClassName
{
color: #B2B4A5;
}
</style>
background-color css
<style>
a { background-color: #B2B4A5; }
a { background-color: rgb(178,180,165); }
div.DivClassName
{
background-color: #B2B4A5;
}
.BgClassName
{
background-color: #B2B4A5;
}
</style>
border-color css
<style>
span { border-color: #B2B4A5; }
span { border-color: rgb(178,180,165); }
td.TdClassName
{
border-color: #B2B4A5;
}
.TagClassName
{
border-color: #B2B4A5;
}
</style>