Shades of Beryl Green #BDC5A2
Tints of Beryl Green #BDC5A2
RGB
CMYK
RGB Variations
Color information
#BDC5A2 (or 0xBDC5A2) is known color: Beryl Green. HEX triplet: BD, C5 and A2. RGB value is (189,197,162). Sum of RGB (Red+Green+Blue) = 189+197+162=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5A2 is #423A5D. Grayscale: #BEBEBE. Windows color (decimal): -4340318 or 10667453. OLE color: 10667453.
HSL color Cylindrical-coordinate representation of color #BDC5A2: hue angle of 73.71º 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 #BDC5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 162 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.23 |
| HSL | 73.71º | 0.23% | 0.7% | - |
| HSV(B) | 73.71º | 0.18% | 0.77% | - |
| XYZ | 47.47 | 53.36 | 41.98 | - |
| YUV | 190.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 162 | 0.04 | 0 | 0.18 | 0.23 | 73.71 | 0.23 | 0.7 |
| Hex | BD | C5 | A2 | 4 | 0 | 12 | 17 | 4A | 17 | 46 |
| Octal | 275 | 305 | 242 | 4 | 0 | 22 | 27 | 112 | 27 | 106 |
| Binary | 10111101 | 11000101 | 10100010 | 100 | 0 | 10010 | 10111 | 1001010 | 10111 | 1000110 |
Color Harmonies of #BDC5A2
Complementary color
Monochromatic Colors of #BDC5A2
Black with #BDC5A2
Text Example
Text Example
White with #BDC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5A2; }
p { color: rgb(189,197,162); }
H1.HeaderClassName
{
color: #BDC5A2;
}
.AnyTagClassName
{
color: #BDC5A2;
}
</style>
background-color css
<style>
a { background-color: #BDC5A2; }
a { background-color: rgb(189,197,162); }
div.DivClassName
{
background-color: #BDC5A2;
}
.BgClassName
{
background-color: #BDC5A2;
}
</style>
border-color css
<style>
span { border-color: #BDC5A2; }
span { border-color: rgb(189,197,162); }
td.TdClassName
{
border-color: #BDC5A2;
}
.TagClassName
{
border-color: #BDC5A2;
}
</style>