Shades of Pine Glade #BDC379
Tints of Pine Glade #BDC379
RGB
CMYK
RGB Variations
Color information
#BDC379 (or 0xBDC379) is known color: Pine Glade. HEX triplet: BD, C3 and 79. RGB value is (189,195,121). Sum of RGB (Red+Green+Blue) = 189+195+121=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC379 is #423C86. Grayscale: #B9B9B9. Windows color (decimal): -4340871 or 7979965. OLE color: 7979965.
HSL color Cylindrical-coordinate representation of color #BDC379: hue angle of 64.86º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC379 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 121 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.24 |
| HSL | 64.86º | 0.38% | 0.62% | - |
| HSV(B) | 64.86º | 0.38% | 0.76% | - |
| XYZ | 43.95 | 51.23 | 25.66 | - |
| YUV | 184.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 121 | 0.03 | 0 | 0.38 | 0.24 | 64.86 | 0.38 | 0.62 |
| Hex | BD | C3 | 79 | 3 | 0 | 26 | 18 | 41 | 26 | 3E |
| Octal | 275 | 303 | 171 | 3 | 0 | 46 | 30 | 101 | 46 | 76 |
| Binary | 10111101 | 11000011 | 1111001 | 11 | 0 | 100110 | 11000 | 1000001 | 100110 | 111110 |
Color Harmonies of #BDC379
Complementary color
Monochromatic Colors of #BDC379
Black with #BDC379
Text Example
Text Example
White with #BDC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC379; }
p { color: rgb(189,195,121); }
H1.HeaderClassName
{
color: #BDC379;
}
.AnyTagClassName
{
color: #BDC379;
}
</style>
background-color css
<style>
a { background-color: #BDC379; }
a { background-color: rgb(189,195,121); }
div.DivClassName
{
background-color: #BDC379;
}
.BgClassName
{
background-color: #BDC379;
}
</style>
border-color css
<style>
span { border-color: #BDC379; }
span { border-color: rgb(189,195,121); }
td.TdClassName
{
border-color: #BDC379;
}
.TagClassName
{
border-color: #BDC379;
}
</style>