Shades of Beryl Green #B2B5A4
Tints of Beryl Green #B2B5A4
RGB
CMYK
RGB Variations
Color information
#B2B5A4 (or 0xB2B5A4) is known color: Beryl Green. HEX triplet: B2, B5 and A4. RGB value is (178,181,164). Sum of RGB (Red+Green+Blue) = 178+181+164=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5A4 is #4D4A5B. Grayscale: #B2B2B2. Windows color (decimal): -5065308 or 10794418. OLE color: 10794418.
HSL color Cylindrical-coordinate representation of color #B2B5A4: hue angle of 70.59º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2B5A4 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 164 | - |
CMYK | 0.02 | 0 | 0.09 | 0.29 |
HSL | 70.59º | 0.1% | 0.68% | - |
HSV(B) | 70.59º | 0.09% | 0.71% | - |
XYZ | 41.58 | 45.19 | 41.65 | - |
YUV | 178.17 | 120.01 | 127.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 164 | 0.02 | 0 | 0.09 | 0.29 | 70.59 | 0.1 | 0.68 |
Hex | B2 | B5 | A4 | 2 | 0 | 9 | 1D | 47 | A | 44 |
Octal | 262 | 265 | 244 | 2 | 0 | 11 | 35 | 107 | 12 | 104 |
Binary | 10110010 | 10110101 | 10100100 | 10 | 0 | 1001 | 11101 | 1000111 | 1010 | 1000100 |
Color Harmonies of #B2B5A4
Complementary color
Monochromatic Colors of #B2B5A4
Black with #B2B5A4
Text Example
Text Example
White with #B2B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5A4; }
p { color: rgb(178,181,164); }
H1.HeaderClassName
{
color: #B2B5A4;
}
.AnyTagClassName
{
color: #B2B5A4;
}
</style>
background-color css
<style>
a { background-color: #B2B5A4; }
a { background-color: rgb(178,181,164); }
div.DivClassName
{
background-color: #B2B5A4;
}
.BgClassName
{
background-color: #B2B5A4;
}
</style>
border-color css
<style>
span { border-color: #B2B5A4; }
span { border-color: rgb(178,181,164); }
td.TdClassName
{
border-color: #B2B5A4;
}
.TagClassName
{
border-color: #B2B5A4;
}
</style>