Shades of Pine Glade #BDC37D
Tints of Pine Glade #BDC37D
RGB
CMYK
RGB Variations
Color information
#BDC37D (or 0xBDC37D) is known color: Pine Glade. HEX triplet: BD, C3 and 7D. RGB value is (189,195,125). Sum of RGB (Red+Green+Blue) = 189+195+125=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37D is #423C82. Grayscale: #B9B9B9. Windows color (decimal): -4340867 or 8242109. OLE color: 8242109.
HSL color Cylindrical-coordinate representation of color #BDC37D: hue angle of 65.14º 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 #BDC37D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 125 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.24 |
| HSL | 65.14º | 0.37% | 0.63% | - |
| HSV(B) | 65.14º | 0.36% | 0.76% | - |
| XYZ | 44.2 | 51.33 | 26.98 | - |
| YUV | 185.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 125 | 0.03 | 0 | 0.36 | 0.24 | 65.14 | 0.37 | 0.63 |
| Hex | BD | C3 | 7D | 3 | 0 | 24 | 18 | 41 | 25 | 3F |
| Octal | 275 | 303 | 175 | 3 | 0 | 44 | 30 | 101 | 45 | 77 |
| Binary | 10111101 | 11000011 | 1111101 | 11 | 0 | 100100 | 11000 | 1000001 | 100101 | 111111 |
Color Harmonies of #BDC37D
Complementary color
Monochromatic Colors of #BDC37D
Black with #BDC37D
Text Example
Text Example
White with #BDC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC37D; }
p { color: rgb(189,195,125); }
H1.HeaderClassName
{
color: #BDC37D;
}
.AnyTagClassName
{
color: #BDC37D;
}
</style>
background-color css
<style>
a { background-color: #BDC37D; }
a { background-color: rgb(189,195,125); }
div.DivClassName
{
background-color: #BDC37D;
}
.BgClassName
{
background-color: #BDC37D;
}
</style>
border-color css
<style>
span { border-color: #BDC37D; }
span { border-color: rgb(189,195,125); }
td.TdClassName
{
border-color: #BDC37D;
}
.TagClassName
{
border-color: #BDC37D;
}
</style>