Shades of Beryl Green #BDC69F
Tints of Beryl Green #BDC69F
RGB
CMYK
RGB Variations
Color information
#BDC69F (or 0xBDC69F) is known color: Beryl Green. HEX triplet: BD, C6 and 9F. RGB value is (189,198,159). Sum of RGB (Red+Green+Blue) = 189+198+159=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC69F is #423960. Grayscale: #BFBFBF. Windows color (decimal): -4340065 or 10471101. OLE color: 10471101.
HSL color Cylindrical-coordinate representation of color #BDC69F: hue angle of 73.85º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC69F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 159 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.22 |
| HSL | 73.85º | 0.25% | 0.7% | - |
| HSV(B) | 73.85º | 0.2% | 0.78% | - |
| XYZ | 47.44 | 53.71 | 40.67 | - |
| YUV | 190.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 159 | 0.05 | 0 | 0.20 | 0.22 | 73.85 | 0.25 | 0.7 |
| Hex | BD | C6 | 9F | 5 | 0 | 14 | 16 | 4A | 19 | 46 |
| Octal | 275 | 306 | 237 | 5 | 0 | 24 | 26 | 112 | 31 | 106 |
| Binary | 10111101 | 11000110 | 10011111 | 101 | 0 | 10100 | 10110 | 1001010 | 11001 | 1000110 |
Color Harmonies of #BDC69F
Complementary color
Monochromatic Colors of #BDC69F
Black with #BDC69F
Text Example
Text Example
White with #BDC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC69F; }
p { color: rgb(189,198,159); }
H1.HeaderClassName
{
color: #BDC69F;
}
.AnyTagClassName
{
color: #BDC69F;
}
</style>
background-color css
<style>
a { background-color: #BDC69F; }
a { background-color: rgb(189,198,159); }
div.DivClassName
{
background-color: #BDC69F;
}
.BgClassName
{
background-color: #BDC69F;
}
</style>
border-color css
<style>
span { border-color: #BDC69F; }
span { border-color: rgb(189,198,159); }
td.TdClassName
{
border-color: #BDC69F;
}
.TagClassName
{
border-color: #BDC69F;
}
</style>