Shades of Beryl Green #BDC4A1
Tints of Beryl Green #BDC4A1
RGB
CMYK
RGB Variations
Color information
#BDC4A1 (or 0xBDC4A1) is known color: Beryl Green. HEX triplet: BD, C4 and A1. RGB value is (189,196,161). Sum of RGB (Red+Green+Blue) = 189+196+161=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4A1 is #423B5E. Grayscale: #BEBEBE. Windows color (decimal): -4340575 or 10601661. OLE color: 10601661.
HSL color Cylindrical-coordinate representation of color #BDC4A1: hue angle of 72º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC4A1 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 161 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.23 |
| HSL | 72º | 0.23% | 0.7% | - |
| HSV(B) | 72º | 0.18% | 0.77% | - |
| XYZ | 47.16 | 52.87 | 41.44 | - |
| YUV | 189.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 161 | 0.04 | 0 | 0.18 | 0.23 | 72 | 0.23 | 0.7 |
| Hex | BD | C4 | A1 | 4 | 0 | 12 | 17 | 48 | 17 | 46 |
| Octal | 275 | 304 | 241 | 4 | 0 | 22 | 27 | 110 | 27 | 106 |
| Binary | 10111101 | 11000100 | 10100001 | 100 | 0 | 10010 | 10111 | 1001000 | 10111 | 1000110 |
Color Harmonies of #BDC4A1
Complementary color
Monochromatic Colors of #BDC4A1
Black with #BDC4A1
Text Example
Text Example
White with #BDC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4A1; }
p { color: rgb(189,196,161); }
H1.HeaderClassName
{
color: #BDC4A1;
}
.AnyTagClassName
{
color: #BDC4A1;
}
</style>
background-color css
<style>
a { background-color: #BDC4A1; }
a { background-color: rgb(189,196,161); }
div.DivClassName
{
background-color: #BDC4A1;
}
.BgClassName
{
background-color: #BDC4A1;
}
</style>
border-color css
<style>
span { border-color: #BDC4A1; }
span { border-color: rgb(189,196,161); }
td.TdClassName
{
border-color: #BDC4A1;
}
.TagClassName
{
border-color: #BDC4A1;
}
</style>