Shades of Beryl Green #B2B5A1
Tints of Beryl Green #B2B5A1
RGB
CMYK
RGB Variations
Color information
#B2B5A1 (or 0xB2B5A1) is known color: Beryl Green. HEX triplet: B2, B5 and A1. RGB value is (178,181,161). Sum of RGB (Red+Green+Blue) = 178+181+161=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5A1 is #4D4A5E. Grayscale: #B1B1B1. Windows color (decimal): -5065311 or 10597810. OLE color: 10597810.
HSL color Cylindrical-coordinate representation of color #B2B5A1: hue angle of 69º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2B5A1 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 161 | - |
CMYK | 0.02 | 0 | 0.11 | 0.29 |
HSL | 69º | 0.12% | 0.67% | - |
HSV(B) | 69º | 0.11% | 0.71% | - |
XYZ | 41.32 | 45.09 | 40.24 | - |
YUV | 177.82 | 118.51 | 128.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 161 | 0.02 | 0 | 0.11 | 0.29 | 69 | 0.12 | 0.67 |
Hex | B2 | B5 | A1 | 2 | 0 | B | 1D | 45 | C | 43 |
Octal | 262 | 265 | 241 | 2 | 0 | 13 | 35 | 105 | 14 | 103 |
Binary | 10110010 | 10110101 | 10100001 | 10 | 0 | 1011 | 11101 | 1000101 | 1100 | 1000011 |
Color Harmonies of #B2B5A1
Complementary color
Monochromatic Colors of #B2B5A1
Black with #B2B5A1
Text Example
Text Example
White with #B2B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5A1; }
p { color: rgb(178,181,161); }
H1.HeaderClassName
{
color: #B2B5A1;
}
.AnyTagClassName
{
color: #B2B5A1;
}
</style>
background-color css
<style>
a { background-color: #B2B5A1; }
a { background-color: rgb(178,181,161); }
div.DivClassName
{
background-color: #B2B5A1;
}
.BgClassName
{
background-color: #B2B5A1;
}
</style>
border-color css
<style>
span { border-color: #B2B5A1; }
span { border-color: rgb(178,181,161); }
td.TdClassName
{
border-color: #B2B5A1;
}
.TagClassName
{
border-color: #B2B5A1;
}
</style>