Shades of Pine Glade #BDC782
Tints of Pine Glade #BDC782
RGB
CMYK
RGB Variations
Color information
#BDC782 (or 0xBDC782) is known color: Pine Glade. HEX triplet: BD, C7 and 82. RGB value is (189,199,130). Sum of RGB (Red+Green+Blue) = 189+199+130=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC782 is #42387D. Grayscale: #BCBCBC. Windows color (decimal): -4339838 or 8570813. OLE color: 8570813.
HSL color Cylindrical-coordinate representation of color #BDC782: hue angle of 68.7º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC782 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 130 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.22 |
| HSL | 68.7º | 0.38% | 0.65% | - |
| HSV(B) | 68.7º | 0.35% | 0.78% | - |
| XYZ | 45.44 | 53.28 | 29.01 | - |
| YUV | 188.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 130 | 0.05 | 0 | 0.35 | 0.22 | 68.7 | 0.38 | 0.65 |
| Hex | BD | C7 | 82 | 5 | 0 | 23 | 16 | 45 | 26 | 41 |
| Octal | 275 | 307 | 202 | 5 | 0 | 43 | 26 | 105 | 46 | 101 |
| Binary | 10111101 | 11000111 | 10000010 | 101 | 0 | 100011 | 10110 | 1000101 | 100110 | 1000001 |
Color Harmonies of #BDC782
Complementary color
Monochromatic Colors of #BDC782
Black with #BDC782
Text Example
Text Example
White with #BDC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC782; }
p { color: rgb(189,199,130); }
H1.HeaderClassName
{
color: #BDC782;
}
.AnyTagClassName
{
color: #BDC782;
}
</style>
background-color css
<style>
a { background-color: #BDC782; }
a { background-color: rgb(189,199,130); }
div.DivClassName
{
background-color: #BDC782;
}
.BgClassName
{
background-color: #BDC782;
}
</style>
border-color css
<style>
span { border-color: #BDC782; }
span { border-color: rgb(189,199,130); }
td.TdClassName
{
border-color: #BDC782;
}
.TagClassName
{
border-color: #BDC782;
}
</style>