Shades of Pine Glade #BDCB79
Tints of Pine Glade #BDCB79
RGB
CMYK
RGB Variations
Color information
#BDCB79 (or 0xBDCB79) is known color: Pine Glade. HEX triplet: BD, CB and 79. RGB value is (189,203,121). Sum of RGB (Red+Green+Blue) = 189+203+121=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB79 is #423486. Grayscale: #BDBDBD. Windows color (decimal): -4338823 or 7982013. OLE color: 7982013.
HSL color Cylindrical-coordinate representation of color #BDCB79: hue angle of 70.24º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCB79 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 121 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.20 |
| HSL | 70.24º | 0.44% | 0.64% | - |
| HSV(B) | 70.24º | 0.4% | 0.8% | - |
| XYZ | 45.79 | 54.91 | 26.27 | - |
| YUV | 189.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 121 | 0.07 | 0 | 0.40 | 0.20 | 70.24 | 0.44 | 0.64 |
| Hex | BD | CB | 79 | 7 | 0 | 28 | 14 | 46 | 2C | 40 |
| Octal | 275 | 313 | 171 | 7 | 0 | 50 | 24 | 106 | 54 | 100 |
| Binary | 10111101 | 11001011 | 1111001 | 111 | 0 | 101000 | 10100 | 1000110 | 101100 | 1000000 |
Color Harmonies of #BDCB79
Complementary color
Monochromatic Colors of #BDCB79
Black with #BDCB79
Text Example
Text Example
White with #BDCB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB79; }
p { color: rgb(189,203,121); }
H1.HeaderClassName
{
color: #BDCB79;
}
.AnyTagClassName
{
color: #BDCB79;
}
</style>
background-color css
<style>
a { background-color: #BDCB79; }
a { background-color: rgb(189,203,121); }
div.DivClassName
{
background-color: #BDCB79;
}
.BgClassName
{
background-color: #BDCB79;
}
</style>
border-color css
<style>
span { border-color: #BDCB79; }
span { border-color: rgb(189,203,121); }
td.TdClassName
{
border-color: #BDCB79;
}
.TagClassName
{
border-color: #BDCB79;
}
</style>