Shades of Beryl Green #B4BA9C
Tints of Beryl Green #B4BA9C
RGB
CMYK
RGB Variations
Color information
#B4BA9C (or 0xB4BA9C) is known color: Beryl Green. HEX triplet: B4, BA and 9C. RGB value is (180,186,156). Sum of RGB (Red+Green+Blue) = 180+186+156=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA9C is #4B4563. Grayscale: #B4B4B4. Windows color (decimal): -4932964 or 10271412. OLE color: 10271412.
HSL color Cylindrical-coordinate representation of color #B4BA9C: hue angle of 72º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4BA9C is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 156 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.27 |
| HSL | 72º | 0.18% | 0.67% | - |
| HSV(B) | 72º | 0.16% | 0.73% | - |
| XYZ | 42.38 | 47.22 | 38.33 | - |
| YUV | 180.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 156 | 0.03 | 0 | 0.16 | 0.27 | 72 | 0.18 | 0.67 |
| Hex | B4 | BA | 9C | 3 | 0 | 10 | 1B | 48 | 12 | 43 |
| Octal | 264 | 272 | 234 | 3 | 0 | 20 | 33 | 110 | 22 | 103 |
| Binary | 10110100 | 10111010 | 10011100 | 11 | 0 | 10000 | 11011 | 1001000 | 10010 | 1000011 |
Color Harmonies of #B4BA9C
Complementary color
Monochromatic Colors of #B4BA9C
Black with #B4BA9C
Text Example
Text Example
White with #B4BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA9C; }
p { color: rgb(180,186,156); }
H1.HeaderClassName
{
color: #B4BA9C;
}
.AnyTagClassName
{
color: #B4BA9C;
}
</style>
background-color css
<style>
a { background-color: #B4BA9C; }
a { background-color: rgb(180,186,156); }
div.DivClassName
{
background-color: #B4BA9C;
}
.BgClassName
{
background-color: #B4BA9C;
}
</style>
border-color css
<style>
span { border-color: #B4BA9C; }
span { border-color: rgb(180,186,156); }
td.TdClassName
{
border-color: #B4BA9C;
}
.TagClassName
{
border-color: #B4BA9C;
}
</style>