Shades of Beryl Green #B7BAA2
Tints of Beryl Green #B7BAA2
RGB
CMYK
RGB Variations
Color information
#B7BAA2 (or 0xB7BAA2) is known color: Beryl Green. HEX triplet: B7, BA and A2. RGB value is (183,186,162). Sum of RGB (Red+Green+Blue) = 183+186+162=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAA2 is #48455D. Grayscale: #B6B6B6. Windows color (decimal): -4736350 or 10664631. OLE color: 10664631.
HSL color Cylindrical-coordinate representation of color #B7BAA2: hue angle of 67.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7BAA2 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 186 | 162 | - |
CMYK | 0.02 | 0 | 0.13 | 0.27 |
HSL | 67.5º | 0.15% | 0.68% | - |
HSV(B) | 67.5º | 0.13% | 0.73% | - |
XYZ | 43.61 | 47.79 | 41.11 | - |
YUV | 182.37 | 116.51 | 128.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 162 | 0.02 | 0 | 0.13 | 0.27 | 67.5 | 0.15 | 0.68 |
Hex | B7 | BA | A2 | 2 | 0 | D | 1B | 44 | F | 44 |
Octal | 267 | 272 | 242 | 2 | 0 | 15 | 33 | 104 | 17 | 104 |
Binary | 10110111 | 10111010 | 10100010 | 10 | 0 | 1101 | 11011 | 1000100 | 1111 | 1000100 |
Color Harmonies of #B7BAA2
Complementary color
Monochromatic Colors of #B7BAA2
Black with #B7BAA2
Text Example
Text Example
White with #B7BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAA2; }
p { color: rgb(183,186,162); }
H1.HeaderClassName
{
color: #B7BAA2;
}
.AnyTagClassName
{
color: #B7BAA2;
}
</style>
background-color css
<style>
a { background-color: #B7BAA2; }
a { background-color: rgb(183,186,162); }
div.DivClassName
{
background-color: #B7BAA2;
}
.BgClassName
{
background-color: #B7BAA2;
}
</style>
border-color css
<style>
span { border-color: #B7BAA2; }
span { border-color: rgb(183,186,162); }
td.TdClassName
{
border-color: #B7BAA2;
}
.TagClassName
{
border-color: #B7BAA2;
}
</style>