Shades of Beryl Green #BDC0A4
Tints of Beryl Green #BDC0A4
RGB
CMYK
RGB Variations
Color information
#BDC0A4 (or 0xBDC0A4) is known color: Beryl Green. HEX triplet: BD, C0 and A4. RGB value is (189,192,164). Sum of RGB (Red+Green+Blue) = 189+192+164=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0A4 is #423F5B. Grayscale: #BCBCBC. Windows color (decimal): -4341596 or 10797245. OLE color: 10797245.
HSL color Cylindrical-coordinate representation of color #BDC0A4: hue angle of 66.43º 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 #BDC0A4 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 164 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.25 |
| HSL | 66.43º | 0.18% | 0.7% | - |
| HSV(B) | 66.43º | 0.15% | 0.75% | - |
| XYZ | 46.54 | 51.2 | 42.55 | - |
| YUV | 187.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 164 | 0.02 | 0 | 0.15 | 0.25 | 66.43 | 0.18 | 0.7 |
| Hex | BD | C0 | A4 | 2 | 0 | F | 19 | 42 | 12 | 46 |
| Octal | 275 | 300 | 244 | 2 | 0 | 17 | 31 | 102 | 22 | 106 |
| Binary | 10111101 | 11000000 | 10100100 | 10 | 0 | 1111 | 11001 | 1000010 | 10010 | 1000110 |
Color Harmonies of #BDC0A4
Complementary color
Monochromatic Colors of #BDC0A4
Black with #BDC0A4
Text Example
Text Example
White with #BDC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0A4; }
p { color: rgb(189,192,164); }
H1.HeaderClassName
{
color: #BDC0A4;
}
.AnyTagClassName
{
color: #BDC0A4;
}
</style>
background-color css
<style>
a { background-color: #BDC0A4; }
a { background-color: rgb(189,192,164); }
div.DivClassName
{
background-color: #BDC0A4;
}
.BgClassName
{
background-color: #BDC0A4;
}
</style>
border-color css
<style>
span { border-color: #BDC0A4; }
span { border-color: rgb(189,192,164); }
td.TdClassName
{
border-color: #BDC0A4;
}
.TagClassName
{
border-color: #BDC0A4;
}
</style>