Shades of Pine Glade #BDC781
Tints of Pine Glade #BDC781
RGB
CMYK
RGB Variations
Color information
#BDC781 (or 0xBDC781) is known color: Pine Glade. HEX triplet: BD, C7 and 81. RGB value is (189,199,129). Sum of RGB (Red+Green+Blue) = 189+199+129=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC781 is #42387E. Grayscale: #BCBCBC. Windows color (decimal): -4339839 or 8505277. OLE color: 8505277.
HSL color Cylindrical-coordinate representation of color #BDC781: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC781 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 129 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.22 |
| HSL | 68.57º | 0.38% | 0.64% | - |
| HSV(B) | 68.57º | 0.35% | 0.78% | - |
| XYZ | 45.37 | 53.25 | 28.66 | - |
| YUV | 188.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 129 | 0.05 | 0 | 0.35 | 0.22 | 68.57 | 0.38 | 0.64 |
| Hex | BD | C7 | 81 | 5 | 0 | 23 | 16 | 45 | 26 | 40 |
| Octal | 275 | 307 | 201 | 5 | 0 | 43 | 26 | 105 | 46 | 100 |
| Binary | 10111101 | 11000111 | 10000001 | 101 | 0 | 100011 | 10110 | 1000101 | 100110 | 1000000 |
Color Harmonies of #BDC781
Complementary color
Monochromatic Colors of #BDC781
Black with #BDC781
Text Example
Text Example
White with #BDC781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC781; }
p { color: rgb(189,199,129); }
H1.HeaderClassName
{
color: #BDC781;
}
.AnyTagClassName
{
color: #BDC781;
}
</style>
background-color css
<style>
a { background-color: #BDC781; }
a { background-color: rgb(189,199,129); }
div.DivClassName
{
background-color: #BDC781;
}
.BgClassName
{
background-color: #BDC781;
}
</style>
border-color css
<style>
span { border-color: #BDC781; }
span { border-color: rgb(189,199,129); }
td.TdClassName
{
border-color: #BDC781;
}
.TagClassName
{
border-color: #BDC781;
}
</style>