Shades of Pine Glade #BDC475
Tints of Pine Glade #BDC475
RGB
CMYK
RGB Variations
Color information
#BDC475 (or 0xBDC475) is known color: Pine Glade. HEX triplet: BD, C4 and 75. RGB value is (189,196,117). Sum of RGB (Red+Green+Blue) = 189+196+117=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC475 is #423B8A. Grayscale: #B9B9B9. Windows color (decimal): -4340619 or 7718077. OLE color: 7718077.
HSL color Cylindrical-coordinate representation of color #BDC475: hue angle of 65.32º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC475 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 117 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.23 |
| HSL | 65.32º | 0.4% | 0.61% | - |
| HSV(B) | 65.32º | 0.4% | 0.77% | - |
| XYZ | 43.94 | 51.58 | 24.47 | - |
| YUV | 184.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 117 | 0.04 | 0 | 0.40 | 0.23 | 65.32 | 0.4 | 0.61 |
| Hex | BD | C4 | 75 | 4 | 0 | 28 | 17 | 41 | 28 | 3D |
| Octal | 275 | 304 | 165 | 4 | 0 | 50 | 27 | 101 | 50 | 75 |
| Binary | 10111101 | 11000100 | 1110101 | 100 | 0 | 101000 | 10111 | 1000001 | 101000 | 111101 |
Color Harmonies of #BDC475
Complementary color
Monochromatic Colors of #BDC475
Black with #BDC475
Text Example
Text Example
White with #BDC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC475; }
p { color: rgb(189,196,117); }
H1.HeaderClassName
{
color: #BDC475;
}
.AnyTagClassName
{
color: #BDC475;
}
</style>
background-color css
<style>
a { background-color: #BDC475; }
a { background-color: rgb(189,196,117); }
div.DivClassName
{
background-color: #BDC475;
}
.BgClassName
{
background-color: #BDC475;
}
</style>
border-color css
<style>
span { border-color: #BDC475; }
span { border-color: rgb(189,196,117); }
td.TdClassName
{
border-color: #BDC475;
}
.TagClassName
{
border-color: #BDC475;
}
</style>