Shades of Pine Glade #BDD276
Tints of Pine Glade #BDD276
RGB
CMYK
RGB Variations
Color information
#BDD276 (or 0xBDD276) is known color: Pine Glade. HEX triplet: BD, D2 and 76. RGB value is (189,210,118). Sum of RGB (Red+Green+Blue) = 189+210+118=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD276 is #422D89. Grayscale: #C1C1C1. Windows color (decimal): -4337034 or 7787197. OLE color: 7787197.
HSL color Cylindrical-coordinate representation of color #BDD276: hue angle of 73.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD276 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 118 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.18 |
| HSL | 73.7º | 0.51% | 0.64% | - |
| HSV(B) | 73.7º | 0.44% | 0.82% | - |
| XYZ | 47.3 | 58.22 | 25.88 | - |
| YUV | 193.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 118 | 0.10 | 0 | 0.44 | 0.18 | 73.7 | 0.51 | 0.64 |
| Hex | BD | D2 | 76 | A | 0 | 2C | 12 | 4A | 33 | 40 |
| Octal | 275 | 322 | 166 | 12 | 0 | 54 | 22 | 112 | 63 | 100 |
| Binary | 10111101 | 11010010 | 1110110 | 1010 | 0 | 101100 | 10010 | 1001010 | 110011 | 1000000 |
Color Harmonies of #BDD276
Complementary color
Monochromatic Colors of #BDD276
Black with #BDD276
Text Example
Text Example
White with #BDD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD276; }
p { color: rgb(189,210,118); }
H1.HeaderClassName
{
color: #BDD276;
}
.AnyTagClassName
{
color: #BDD276;
}
</style>
background-color css
<style>
a { background-color: #BDD276; }
a { background-color: rgb(189,210,118); }
div.DivClassName
{
background-color: #BDD276;
}
.BgClassName
{
background-color: #BDD276;
}
</style>
border-color css
<style>
span { border-color: #BDD276; }
span { border-color: rgb(189,210,118); }
td.TdClassName
{
border-color: #BDD276;
}
.TagClassName
{
border-color: #BDD276;
}
</style>