Shades of Beryl Green #B4BA9B
Tints of Beryl Green #B4BA9B
RGB
CMYK
RGB Variations
Color information
#B4BA9B (or 0xB4BA9B) is known color: Beryl Green. HEX triplet: B4, BA and 9B. RGB value is (180,186,155). Sum of RGB (Red+Green+Blue) = 180+186+155=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA9B is #4B4564. Grayscale: #B4B4B4. Windows color (decimal): -4932965 or 10205876. OLE color: 10205876.
HSL color Cylindrical-coordinate representation of color #B4BA9B: hue angle of 71.61º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4BA9B is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 155 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.27 |
| HSL | 71.61º | 0.18% | 0.67% | - |
| HSV(B) | 71.61º | 0.17% | 0.73% | - |
| XYZ | 42.3 | 47.19 | 37.89 | - |
| YUV | 180.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 155 | 0.03 | 0 | 0.17 | 0.27 | 71.61 | 0.18 | 0.67 |
| Hex | B4 | BA | 9B | 3 | 0 | 11 | 1B | 48 | 12 | 43 |
| Octal | 264 | 272 | 233 | 3 | 0 | 21 | 33 | 110 | 22 | 103 |
| Binary | 10110100 | 10111010 | 10011011 | 11 | 0 | 10001 | 11011 | 1001000 | 10010 | 1000011 |
Color Harmonies of #B4BA9B
Complementary color
Monochromatic Colors of #B4BA9B
Black with #B4BA9B
Text Example
Text Example
White with #B4BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA9B; }
p { color: rgb(180,186,155); }
H1.HeaderClassName
{
color: #B4BA9B;
}
.AnyTagClassName
{
color: #B4BA9B;
}
</style>
background-color css
<style>
a { background-color: #B4BA9B; }
a { background-color: rgb(180,186,155); }
div.DivClassName
{
background-color: #B4BA9B;
}
.BgClassName
{
background-color: #B4BA9B;
}
</style>
border-color css
<style>
span { border-color: #B4BA9B; }
span { border-color: rgb(180,186,155); }
td.TdClassName
{
border-color: #B4BA9B;
}
.TagClassName
{
border-color: #B4BA9B;
}
</style>