Shades of Pine Glade #BDCA7F
Tints of Pine Glade #BDCA7F
RGB
CMYK
RGB Variations
Color information
#BDCA7F (or 0xBDCA7F) is known color: Pine Glade. HEX triplet: BD, CA and 7F. RGB value is (189,202,127). Sum of RGB (Red+Green+Blue) = 189+202+127=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA7F is #423580. Grayscale: #BDBDBD. Windows color (decimal): -4339073 or 8374973. OLE color: 8374973.
HSL color Cylindrical-coordinate representation of color #BDCA7F: hue angle of 70.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDCA7F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 127 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.21 |
| HSL | 70.4º | 0.41% | 0.65% | - |
| HSV(B) | 70.4º | 0.37% | 0.79% | - |
| XYZ | 45.94 | 54.59 | 28.19 | - |
| YUV | 189.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 127 | 0.06 | 0 | 0.37 | 0.21 | 70.4 | 0.41 | 0.65 |
| Hex | BD | CA | 7F | 6 | 0 | 25 | 15 | 46 | 29 | 41 |
| Octal | 275 | 312 | 177 | 6 | 0 | 45 | 25 | 106 | 51 | 101 |
| Binary | 10111101 | 11001010 | 1111111 | 110 | 0 | 100101 | 10101 | 1000110 | 101001 | 1000001 |
Color Harmonies of #BDCA7F
Complementary color
Monochromatic Colors of #BDCA7F
Black with #BDCA7F
Text Example
Text Example
White with #BDCA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA7F; }
p { color: rgb(189,202,127); }
H1.HeaderClassName
{
color: #BDCA7F;
}
.AnyTagClassName
{
color: #BDCA7F;
}
</style>
background-color css
<style>
a { background-color: #BDCA7F; }
a { background-color: rgb(189,202,127); }
div.DivClassName
{
background-color: #BDCA7F;
}
.BgClassName
{
background-color: #BDCA7F;
}
</style>
border-color css
<style>
span { border-color: #BDCA7F; }
span { border-color: rgb(189,202,127); }
td.TdClassName
{
border-color: #BDCA7F;
}
.TagClassName
{
border-color: #BDCA7F;
}
</style>