Shades of Pine Glade #BDC679
Tints of Pine Glade #BDC679
RGB
CMYK
RGB Variations
Color information
#BDC679 (or 0xBDC679) is known color: Pine Glade. HEX triplet: BD, C6 and 79. RGB value is (189,198,121). Sum of RGB (Red+Green+Blue) = 189+198+121=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC679 is #423986. Grayscale: #BABABA. Windows color (decimal): -4340103 or 7980733. OLE color: 7980733.
HSL color Cylindrical-coordinate representation of color #BDC679: hue angle of 67.01º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC679 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 121 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.22 |
| HSL | 67.01º | 0.4% | 0.63% | - |
| HSV(B) | 67.01º | 0.39% | 0.78% | - |
| XYZ | 44.63 | 52.59 | 25.89 | - |
| YUV | 186.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 121 | 0.05 | 0 | 0.39 | 0.22 | 67.01 | 0.4 | 0.63 |
| Hex | BD | C6 | 79 | 5 | 0 | 27 | 16 | 43 | 28 | 3F |
| Octal | 275 | 306 | 171 | 5 | 0 | 47 | 26 | 103 | 50 | 77 |
| Binary | 10111101 | 11000110 | 1111001 | 101 | 0 | 100111 | 10110 | 1000011 | 101000 | 111111 |
Color Harmonies of #BDC679
Complementary color
Monochromatic Colors of #BDC679
Black with #BDC679
Text Example
Text Example
White with #BDC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC679; }
p { color: rgb(189,198,121); }
H1.HeaderClassName
{
color: #BDC679;
}
.AnyTagClassName
{
color: #BDC679;
}
</style>
background-color css
<style>
a { background-color: #BDC679; }
a { background-color: rgb(189,198,121); }
div.DivClassName
{
background-color: #BDC679;
}
.BgClassName
{
background-color: #BDC679;
}
</style>
border-color css
<style>
span { border-color: #BDC679; }
span { border-color: rgb(189,198,121); }
td.TdClassName
{
border-color: #BDC679;
}
.TagClassName
{
border-color: #BDC679;
}
</style>