Shades of Beryl Green #B5BA9F
Tints of Beryl Green #B5BA9F
RGB
CMYK
RGB Variations
Color information
#B5BA9F (or 0xB5BA9F) is known color: Beryl Green. HEX triplet: B5, BA and 9F. RGB value is (181,186,159). Sum of RGB (Red+Green+Blue) = 181+186+159=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA9F is #4A4560. Grayscale: #B5B5B5. Windows color (decimal): -4867425 or 10468021. OLE color: 10468021.
HSL color Cylindrical-coordinate representation of color #B5BA9F: hue angle of 71.11º 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 #B5BA9F is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 159 | - |
CMYK | 0.03 | 0 | 0.15 | 0.27 |
HSL | 71.11º | 0.16% | 0.68% | - |
HSV(B) | 71.11º | 0.15% | 0.73% | - |
XYZ | 42.87 | 47.44 | 39.7 | - |
YUV | 181.43 | 115.34 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 159 | 0.03 | 0 | 0.15 | 0.27 | 71.11 | 0.16 | 0.68 |
Hex | B5 | BA | 9F | 3 | 0 | F | 1B | 47 | 10 | 44 |
Octal | 265 | 272 | 237 | 3 | 0 | 17 | 33 | 107 | 20 | 104 |
Binary | 10110101 | 10111010 | 10011111 | 11 | 0 | 1111 | 11011 | 1000111 | 10000 | 1000100 |
Color Harmonies of #B5BA9F
Complementary color
Monochromatic Colors of #B5BA9F
Black with #B5BA9F
Text Example
Text Example
White with #B5BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA9F; }
p { color: rgb(181,186,159); }
H1.HeaderClassName
{
color: #B5BA9F;
}
.AnyTagClassName
{
color: #B5BA9F;
}
</style>
background-color css
<style>
a { background-color: #B5BA9F; }
a { background-color: rgb(181,186,159); }
div.DivClassName
{
background-color: #B5BA9F;
}
.BgClassName
{
background-color: #B5BA9F;
}
</style>
border-color css
<style>
span { border-color: #B5BA9F; }
span { border-color: rgb(181,186,159); }
td.TdClassName
{
border-color: #B5BA9F;
}
.TagClassName
{
border-color: #B5BA9F;
}
</style>