Shades of Pine Glade #BDC37C
Tints of Pine Glade #BDC37C
RGB
CMYK
RGB Variations
Color information
#BDC37C (or 0xBDC37C) is known color: Pine Glade. HEX triplet: BD, C3 and 7C. RGB value is (189,195,124). Sum of RGB (Red+Green+Blue) = 189+195+124=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37C is #423C83. Grayscale: #B9B9B9. Windows color (decimal): -4340868 or 8176573. OLE color: 8176573.
HSL color Cylindrical-coordinate representation of color #BDC37C: hue angle of 65.07º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDC37C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 124 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.24 |
| HSL | 65.07º | 0.37% | 0.63% | - |
| HSV(B) | 65.07º | 0.36% | 0.76% | - |
| XYZ | 44.14 | 51.3 | 26.65 | - |
| YUV | 185.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 124 | 0.03 | 0 | 0.36 | 0.24 | 65.07 | 0.37 | 0.63 |
| Hex | BD | C3 | 7C | 3 | 0 | 24 | 18 | 41 | 25 | 3F |
| Octal | 275 | 303 | 174 | 3 | 0 | 44 | 30 | 101 | 45 | 77 |
| Binary | 10111101 | 11000011 | 1111100 | 11 | 0 | 100100 | 11000 | 1000001 | 100101 | 111111 |
Color Harmonies of #BDC37C
Complementary color
Monochromatic Colors of #BDC37C
Black with #BDC37C
Text Example
Text Example
White with #BDC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC37C; }
p { color: rgb(189,195,124); }
H1.HeaderClassName
{
color: #BDC37C;
}
.AnyTagClassName
{
color: #BDC37C;
}
</style>
background-color css
<style>
a { background-color: #BDC37C; }
a { background-color: rgb(189,195,124); }
div.DivClassName
{
background-color: #BDC37C;
}
.BgClassName
{
background-color: #BDC37C;
}
</style>
border-color css
<style>
span { border-color: #BDC37C; }
span { border-color: rgb(189,195,124); }
td.TdClassName
{
border-color: #BDC37C;
}
.TagClassName
{
border-color: #BDC37C;
}
</style>