Shades of Pine Glade #BDC37F
Tints of Pine Glade #BDC37F
RGB
CMYK
RGB Variations
Color information
#BDC37F (or 0xBDC37F) is known color: Pine Glade. HEX triplet: BD, C3 and 7F. RGB value is (189,195,127). Sum of RGB (Red+Green+Blue) = 189+195+127=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37F is #423C80. Grayscale: #B9B9B9. Windows color (decimal): -4340865 or 8373181. OLE color: 8373181.
HSL color Cylindrical-coordinate representation of color #BDC37F: hue angle of 65.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC37F is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 127 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.24 |
| HSL | 65.29º | 0.36% | 0.63% | - |
| HSV(B) | 65.29º | 0.35% | 0.76% | - |
| XYZ | 44.33 | 51.38 | 27.66 | - |
| YUV | 185.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 127 | 0.03 | 0 | 0.35 | 0.24 | 65.29 | 0.36 | 0.63 |
| Hex | BD | C3 | 7F | 3 | 0 | 23 | 18 | 41 | 24 | 3F |
| Octal | 275 | 303 | 177 | 3 | 0 | 43 | 30 | 101 | 44 | 77 |
| Binary | 10111101 | 11000011 | 1111111 | 11 | 0 | 100011 | 11000 | 1000001 | 100100 | 111111 |
Color Harmonies of #BDC37F
Complementary color
Monochromatic Colors of #BDC37F
Black with #BDC37F
Text Example
Text Example
White with #BDC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC37F; }
p { color: rgb(189,195,127); }
H1.HeaderClassName
{
color: #BDC37F;
}
.AnyTagClassName
{
color: #BDC37F;
}
</style>
background-color css
<style>
a { background-color: #BDC37F; }
a { background-color: rgb(189,195,127); }
div.DivClassName
{
background-color: #BDC37F;
}
.BgClassName
{
background-color: #BDC37F;
}
</style>
border-color css
<style>
span { border-color: #BDC37F; }
span { border-color: rgb(189,195,127); }
td.TdClassName
{
border-color: #BDC37F;
}
.TagClassName
{
border-color: #BDC37F;
}
</style>