Shades of Beryl Green #B9BAB4
Tints of Beryl Green #B9BAB4
RGB
CMYK
RGB Variations
Color information
#B9BAB4 (or 0xB9BAB4) is known color: Beryl Green. HEX triplet: B9, BA and B4. RGB value is (185,186,180). Sum of RGB (Red+Green+Blue) = 185+186+180=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAB4 is #46454B. Grayscale: #B9B9B9. Windows color (decimal): -4605260 or 11844281. OLE color: 11844281.
HSL color Cylindrical-coordinate representation of color #B9BAB4: hue angle of 70º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B9BAB4 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 186 | 180 | - |
CMYK | 0.01 | 0 | 0.03 | 0.27 |
HSL | 70º | 0.04% | 0.72% | - |
HSV(B) | 70º | 0.03% | 0.73% | - |
XYZ | 45.8 | 48.73 | 50.17 | - |
YUV | 185.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 186 | 180 | 0.01 | 0 | 0.03 | 0.27 | 70 | 0.04 | 0.72 |
Hex | B9 | BA | B4 | 1 | 0 | 3 | 1B | 46 | 4 | 48 |
Octal | 271 | 272 | 264 | 1 | 0 | 3 | 33 | 106 | 4 | 110 |
Binary | 10111001 | 10111010 | 10110100 | 1 | 0 | 11 | 11011 | 1000110 | 100 | 1001000 |
Color Harmonies of #B9BAB4
Complementary color
Monochromatic Colors of #B9BAB4
Black with #B9BAB4
Text Example
Text Example
White with #B9BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BAB4; }
p { color: rgb(185,186,180); }
H1.HeaderClassName
{
color: #B9BAB4;
}
.AnyTagClassName
{
color: #B9BAB4;
}
</style>
background-color css
<style>
a { background-color: #B9BAB4; }
a { background-color: rgb(185,186,180); }
div.DivClassName
{
background-color: #B9BAB4;
}
.BgClassName
{
background-color: #B9BAB4;
}
</style>
border-color css
<style>
span { border-color: #B9BAB4; }
span { border-color: rgb(185,186,180); }
td.TdClassName
{
border-color: #B9BAB4;
}
.TagClassName
{
border-color: #B9BAB4;
}
</style>