Shades of Pine Glade #BDC67C
Tints of Pine Glade #BDC67C
RGB
CMYK
RGB Variations
Color information
#BDC67C (or 0xBDC67C) is known color: Pine Glade. HEX triplet: BD, C6 and 7C. RGB value is (189,198,124). Sum of RGB (Red+Green+Blue) = 189+198+124=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC67C is #423983. Grayscale: #BBBBBB. Windows color (decimal): -4340100 or 8177341. OLE color: 8177341.
HSL color Cylindrical-coordinate representation of color #BDC67C: hue angle of 67.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC67C is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 124 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.22 |
| HSL | 67.3º | 0.39% | 0.63% | - |
| HSV(B) | 67.3º | 0.37% | 0.78% | - |
| XYZ | 44.82 | 52.66 | 26.87 | - |
| YUV | 186.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 124 | 0.05 | 0 | 0.37 | 0.22 | 67.3 | 0.39 | 0.63 |
| Hex | BD | C6 | 7C | 5 | 0 | 25 | 16 | 43 | 27 | 3F |
| Octal | 275 | 306 | 174 | 5 | 0 | 45 | 26 | 103 | 47 | 77 |
| Binary | 10111101 | 11000110 | 1111100 | 101 | 0 | 100101 | 10110 | 1000011 | 100111 | 111111 |
Color Harmonies of #BDC67C
Complementary color
Monochromatic Colors of #BDC67C
Black with #BDC67C
Text Example
Text Example
White with #BDC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC67C; }
p { color: rgb(189,198,124); }
H1.HeaderClassName
{
color: #BDC67C;
}
.AnyTagClassName
{
color: #BDC67C;
}
</style>
background-color css
<style>
a { background-color: #BDC67C; }
a { background-color: rgb(189,198,124); }
div.DivClassName
{
background-color: #BDC67C;
}
.BgClassName
{
background-color: #BDC67C;
}
</style>
border-color css
<style>
span { border-color: #BDC67C; }
span { border-color: rgb(189,198,124); }
td.TdClassName
{
border-color: #BDC67C;
}
.TagClassName
{
border-color: #BDC67C;
}
</style>