Shades of Beryl Green #B8C0A4
Tints of Beryl Green #B8C0A4
RGB
CMYK
RGB Variations
Color information
#B8C0A4 (or 0xB8C0A4) is known color: Beryl Green. HEX triplet: B8, C0 and A4. RGB value is (184,192,164). Sum of RGB (Red+Green+Blue) = 184+192+164=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C0A4 is #473F5B. Grayscale: #BABABA. Windows color (decimal): -4669276 or 10797240. OLE color: 10797240.
HSL color Cylindrical-coordinate representation of color #B8C0A4: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8C0A4 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 164 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.25 |
| HSL | 77.14º | 0.18% | 0.7% | - |
| HSV(B) | 77.14º | 0.15% | 0.75% | - |
| XYZ | 45.32 | 50.57 | 42.49 | - |
| YUV | 186.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 164 | 0.04 | 0 | 0.15 | 0.25 | 77.14 | 0.18 | 0.7 |
| Hex | B8 | C0 | A4 | 4 | 0 | F | 19 | 4D | 12 | 46 |
| Octal | 270 | 300 | 244 | 4 | 0 | 17 | 31 | 115 | 22 | 106 |
| Binary | 10111000 | 11000000 | 10100100 | 100 | 0 | 1111 | 11001 | 1001101 | 10010 | 1000110 |
Color Harmonies of #B8C0A4
Complementary color
Monochromatic Colors of #B8C0A4
Black with #B8C0A4
Text Example
Text Example
White with #B8C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0A4; }
p { color: rgb(184,192,164); }
H1.HeaderClassName
{
color: #B8C0A4;
}
.AnyTagClassName
{
color: #B8C0A4;
}
</style>
background-color css
<style>
a { background-color: #B8C0A4; }
a { background-color: rgb(184,192,164); }
div.DivClassName
{
background-color: #B8C0A4;
}
.BgClassName
{
background-color: #B8C0A4;
}
</style>
border-color css
<style>
span { border-color: #B8C0A4; }
span { border-color: rgb(184,192,164); }
td.TdClassName
{
border-color: #B8C0A4;
}
.TagClassName
{
border-color: #B8C0A4;
}
</style>