Shades of Pine Glade #BDC584
Tints of Pine Glade #BDC584
RGB
CMYK
RGB Variations
Color information
#BDC584 (or 0xBDC584) is known color: Pine Glade. HEX triplet: BD, C5 and 84. RGB value is (189,197,132). Sum of RGB (Red+Green+Blue) = 189+197+132=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC584 is #423A7B. Grayscale: #BBBBBB. Windows color (decimal): -4340348 or 8701373. OLE color: 8701373.
HSL color Cylindrical-coordinate representation of color #BDC584: hue angle of 67.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC584 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 132 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.23 |
| HSL | 67.38º | 0.36% | 0.65% | - |
| HSV(B) | 67.38º | 0.33% | 0.77% | - |
| XYZ | 45.12 | 52.42 | 29.57 | - |
| YUV | 187.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 132 | 0.04 | 0 | 0.33 | 0.23 | 67.38 | 0.36 | 0.65 |
| Hex | BD | C5 | 84 | 4 | 0 | 21 | 17 | 43 | 24 | 41 |
| Octal | 275 | 305 | 204 | 4 | 0 | 41 | 27 | 103 | 44 | 101 |
| Binary | 10111101 | 11000101 | 10000100 | 100 | 0 | 100001 | 10111 | 1000011 | 100100 | 1000001 |
Color Harmonies of #BDC584
Complementary color
Monochromatic Colors of #BDC584
Black with #BDC584
Text Example
Text Example
White with #BDC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC584; }
p { color: rgb(189,197,132); }
H1.HeaderClassName
{
color: #BDC584;
}
.AnyTagClassName
{
color: #BDC584;
}
</style>
background-color css
<style>
a { background-color: #BDC584; }
a { background-color: rgb(189,197,132); }
div.DivClassName
{
background-color: #BDC584;
}
.BgClassName
{
background-color: #BDC584;
}
</style>
border-color css
<style>
span { border-color: #BDC584; }
span { border-color: rgb(189,197,132); }
td.TdClassName
{
border-color: #BDC584;
}
.TagClassName
{
border-color: #BDC584;
}
</style>