Shades of Beryl Green #B8BA9F
Tints of Beryl Green #B8BA9F
RGB
CMYK
RGB Variations
Color information
#B8BA9F (or 0xB8BA9F) is known color: Beryl Green. HEX triplet: B8, BA and 9F. RGB value is (184,186,159). Sum of RGB (Red+Green+Blue) = 184+186+159=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA9F is #474560. Grayscale: #B6B6B6. Windows color (decimal): -4670817 or 10468024. OLE color: 10468024.
HSL color Cylindrical-coordinate representation of color #B8BA9F: hue angle of 64.44º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8BA9F is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 186 | 159 | - |
CMYK | 0.01 | 0 | 0.15 | 0.27 |
HSL | 64.44º | 0.16% | 0.68% | - |
HSV(B) | 64.44º | 0.15% | 0.73% | - |
XYZ | 43.58 | 47.81 | 39.73 | - |
YUV | 182.32 | 114.84 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 186 | 159 | 0.01 | 0 | 0.15 | 0.27 | 64.44 | 0.16 | 0.68 |
Hex | B8 | BA | 9F | 1 | 0 | F | 1B | 40 | 10 | 44 |
Octal | 270 | 272 | 237 | 1 | 0 | 17 | 33 | 100 | 20 | 104 |
Binary | 10111000 | 10111010 | 10011111 | 1 | 0 | 1111 | 11011 | 1000000 | 10000 | 1000100 |
Color Harmonies of #B8BA9F
Complementary color
Monochromatic Colors of #B8BA9F
Black with #B8BA9F
Text Example
Text Example
White with #B8BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA9F; }
p { color: rgb(184,186,159); }
H1.HeaderClassName
{
color: #B8BA9F;
}
.AnyTagClassName
{
color: #B8BA9F;
}
</style>
background-color css
<style>
a { background-color: #B8BA9F; }
a { background-color: rgb(184,186,159); }
div.DivClassName
{
background-color: #B8BA9F;
}
.BgClassName
{
background-color: #B8BA9F;
}
</style>
border-color css
<style>
span { border-color: #B8BA9F; }
span { border-color: rgb(184,186,159); }
td.TdClassName
{
border-color: #B8BA9F;
}
.TagClassName
{
border-color: #B8BA9F;
}
</style>