Shades of Pine Glade #BDC783
Tints of Pine Glade #BDC783
RGB
CMYK
RGB Variations
Color information
#BDC783 (or 0xBDC783) is known color: Pine Glade. HEX triplet: BD, C7 and 83. RGB value is (189,199,131). Sum of RGB (Red+Green+Blue) = 189+199+131=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC783 is #42387C. Grayscale: #BCBCBC. Windows color (decimal): -4339837 or 8636349. OLE color: 8636349.
HSL color Cylindrical-coordinate representation of color #BDC783: hue angle of 68.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC783 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 131 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.22 |
| HSL | 68.82º | 0.38% | 0.65% | - |
| HSV(B) | 68.82º | 0.34% | 0.78% | - |
| XYZ | 45.51 | 53.3 | 29.36 | - |
| YUV | 188.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 131 | 0.05 | 0 | 0.34 | 0.22 | 68.82 | 0.38 | 0.65 |
| Hex | BD | C7 | 83 | 5 | 0 | 22 | 16 | 45 | 26 | 41 |
| Octal | 275 | 307 | 203 | 5 | 0 | 42 | 26 | 105 | 46 | 101 |
| Binary | 10111101 | 11000111 | 10000011 | 101 | 0 | 100010 | 10110 | 1000101 | 100110 | 1000001 |
Color Harmonies of #BDC783
Complementary color
Monochromatic Colors of #BDC783
Black with #BDC783
Text Example
Text Example
White with #BDC783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC783; }
p { color: rgb(189,199,131); }
H1.HeaderClassName
{
color: #BDC783;
}
.AnyTagClassName
{
color: #BDC783;
}
</style>
background-color css
<style>
a { background-color: #BDC783; }
a { background-color: rgb(189,199,131); }
div.DivClassName
{
background-color: #BDC783;
}
.BgClassName
{
background-color: #BDC783;
}
</style>
border-color css
<style>
span { border-color: #BDC783; }
span { border-color: rgb(189,199,131); }
td.TdClassName
{
border-color: #BDC783;
}
.TagClassName
{
border-color: #BDC783;
}
</style>