Shades of Pine Glade #BDC684
Tints of Pine Glade #BDC684
RGB
CMYK
RGB Variations
Color information
#BDC684 (or 0xBDC684) is known color: Pine Glade. HEX triplet: BD, C6 and 84. RGB value is (189,198,132). Sum of RGB (Red+Green+Blue) = 189+198+132=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC684 is #42397B. Grayscale: #BCBCBC. Windows color (decimal): -4340092 or 8701629. OLE color: 8701629.
HSL color Cylindrical-coordinate representation of color #BDC684: hue angle of 68.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC684 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 132 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.22 |
| HSL | 68.18º | 0.37% | 0.65% | - |
| HSV(B) | 68.18º | 0.33% | 0.78% | - |
| XYZ | 45.35 | 52.87 | 29.65 | - |
| YUV | 187.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 132 | 0.05 | 0 | 0.33 | 0.22 | 68.18 | 0.37 | 0.65 |
| Hex | BD | C6 | 84 | 5 | 0 | 21 | 16 | 44 | 25 | 41 |
| Octal | 275 | 306 | 204 | 5 | 0 | 41 | 26 | 104 | 45 | 101 |
| Binary | 10111101 | 11000110 | 10000100 | 101 | 0 | 100001 | 10110 | 1000100 | 100101 | 1000001 |
Color Harmonies of #BDC684
Complementary color
Monochromatic Colors of #BDC684
Black with #BDC684
Text Example
Text Example
White with #BDC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC684; }
p { color: rgb(189,198,132); }
H1.HeaderClassName
{
color: #BDC684;
}
.AnyTagClassName
{
color: #BDC684;
}
</style>
background-color css
<style>
a { background-color: #BDC684; }
a { background-color: rgb(189,198,132); }
div.DivClassName
{
background-color: #BDC684;
}
.BgClassName
{
background-color: #BDC684;
}
</style>
border-color css
<style>
span { border-color: #BDC684; }
span { border-color: rgb(189,198,132); }
td.TdClassName
{
border-color: #BDC684;
}
.TagClassName
{
border-color: #BDC684;
}
</style>