Shades of Pine Glade #BDC97E
Tints of Pine Glade #BDC97E
RGB
CMYK
RGB Variations
Color information
#BDC97E (or 0xBDC97E) is known color: Pine Glade. HEX triplet: BD, C9 and 7E. RGB value is (189,201,126). Sum of RGB (Red+Green+Blue) = 189+201+126=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC97E is #423681. Grayscale: #BDBDBD. Windows color (decimal): -4339330 or 8309181. OLE color: 8309181.
HSL color Cylindrical-coordinate representation of color #BDC97E: hue angle of 69.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC97E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 126 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.21 |
| HSL | 69.6º | 0.41% | 0.64% | - |
| HSV(B) | 69.6º | 0.37% | 0.79% | - |
| XYZ | 45.64 | 54.1 | 27.78 | - |
| YUV | 188.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 126 | 0.06 | 0 | 0.37 | 0.21 | 69.6 | 0.41 | 0.64 |
| Hex | BD | C9 | 7E | 6 | 0 | 25 | 15 | 46 | 29 | 40 |
| Octal | 275 | 311 | 176 | 6 | 0 | 45 | 25 | 106 | 51 | 100 |
| Binary | 10111101 | 11001001 | 1111110 | 110 | 0 | 100101 | 10101 | 1000110 | 101001 | 1000000 |
Color Harmonies of #BDC97E
Complementary color
Monochromatic Colors of #BDC97E
Black with #BDC97E
Text Example
Text Example
White with #BDC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC97E; }
p { color: rgb(189,201,126); }
H1.HeaderClassName
{
color: #BDC97E;
}
.AnyTagClassName
{
color: #BDC97E;
}
</style>
background-color css
<style>
a { background-color: #BDC97E; }
a { background-color: rgb(189,201,126); }
div.DivClassName
{
background-color: #BDC97E;
}
.BgClassName
{
background-color: #BDC97E;
}
</style>
border-color css
<style>
span { border-color: #BDC97E; }
span { border-color: rgb(189,201,126); }
td.TdClassName
{
border-color: #BDC97E;
}
.TagClassName
{
border-color: #BDC97E;
}
</style>