Shades of Pine Glade #BDC97F
Tints of Pine Glade #BDC97F
RGB
CMYK
RGB Variations
Color information
#BDC97F (or 0xBDC97F) is known color: Pine Glade. HEX triplet: BD, C9 and 7F. RGB value is (189,201,127). Sum of RGB (Red+Green+Blue) = 189+201+127=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC97F is #423680. Grayscale: #BDBDBD. Windows color (decimal): -4339329 or 8374717. OLE color: 8374717.
HSL color Cylindrical-coordinate representation of color #BDC97F: hue angle of 69.73º 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 #BDC97F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 127 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.21 |
| HSL | 69.73º | 0.41% | 0.64% | - |
| HSV(B) | 69.73º | 0.37% | 0.79% | - |
| XYZ | 45.7 | 54.12 | 28.12 | - |
| YUV | 188.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 127 | 0.06 | 0 | 0.37 | 0.21 | 69.73 | 0.41 | 0.64 |
| Hex | BD | C9 | 7F | 6 | 0 | 25 | 15 | 46 | 29 | 40 |
| Octal | 275 | 311 | 177 | 6 | 0 | 45 | 25 | 106 | 51 | 100 |
| Binary | 10111101 | 11001001 | 1111111 | 110 | 0 | 100101 | 10101 | 1000110 | 101001 | 1000000 |
Color Harmonies of #BDC97F
Complementary color
Monochromatic Colors of #BDC97F
Black with #BDC97F
Text Example
Text Example
White with #BDC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC97F; }
p { color: rgb(189,201,127); }
H1.HeaderClassName
{
color: #BDC97F;
}
.AnyTagClassName
{
color: #BDC97F;
}
</style>
background-color css
<style>
a { background-color: #BDC97F; }
a { background-color: rgb(189,201,127); }
div.DivClassName
{
background-color: #BDC97F;
}
.BgClassName
{
background-color: #BDC97F;
}
</style>
border-color css
<style>
span { border-color: #BDC97F; }
span { border-color: rgb(189,201,127); }
td.TdClassName
{
border-color: #BDC97F;
}
.TagClassName
{
border-color: #BDC97F;
}
</style>