Shades of Beryl Green #B8C0A0
Tints of Beryl Green #B8C0A0
RGB
CMYK
RGB Variations
Color information
#B8C0A0 (or 0xB8C0A0) is known color: Beryl Green. HEX triplet: B8, C0 and A0. RGB value is (184,192,160). Sum of RGB (Red+Green+Blue) = 184+192+160=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C0A0 is #473F5F. Grayscale: #BABABA. Windows color (decimal): -4669280 or 10535096. OLE color: 10535096.
HSL color Cylindrical-coordinate representation of color #B8C0A0: hue angle of 75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8C0A0 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 160 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.25 |
| HSL | 75º | 0.2% | 0.69% | - |
| HSV(B) | 75º | 0.17% | 0.75% | - |
| XYZ | 44.96 | 50.43 | 40.62 | - |
| YUV | 185.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 160 | 0.04 | 0 | 0.17 | 0.25 | 75 | 0.2 | 0.69 |
| Hex | B8 | C0 | A0 | 4 | 0 | 11 | 19 | 4B | 14 | 45 |
| Octal | 270 | 300 | 240 | 4 | 0 | 21 | 31 | 113 | 24 | 105 |
| Binary | 10111000 | 11000000 | 10100000 | 100 | 0 | 10001 | 11001 | 1001011 | 10100 | 1000101 |
Color Harmonies of #B8C0A0
Complementary color
Monochromatic Colors of #B8C0A0
Black with #B8C0A0
Text Example
Text Example
White with #B8C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0A0; }
p { color: rgb(184,192,160); }
H1.HeaderClassName
{
color: #B8C0A0;
}
.AnyTagClassName
{
color: #B8C0A0;
}
</style>
background-color css
<style>
a { background-color: #B8C0A0; }
a { background-color: rgb(184,192,160); }
div.DivClassName
{
background-color: #B8C0A0;
}
.BgClassName
{
background-color: #B8C0A0;
}
</style>
border-color css
<style>
span { border-color: #B8C0A0; }
span { border-color: rgb(184,192,160); }
td.TdClassName
{
border-color: #B8C0A0;
}
.TagClassName
{
border-color: #B8C0A0;
}
</style>