Shades of Pine Glade #BDC171
Tints of Pine Glade #BDC171
RGB
CMYK
RGB Variations
Color information
#BDC171 (or 0xBDC171) is known color: Pine Glade. HEX triplet: BD, C1 and 71. RGB value is (189,193,113). Sum of RGB (Red+Green+Blue) = 189+193+113=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC171 is #423E8E. Grayscale: #B7B7B7. Windows color (decimal): -4341391 or 7455165. OLE color: 7455165.
HSL color Cylindrical-coordinate representation of color #BDC171: hue angle of 63º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC171 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 113 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.24 |
| HSL | 63º | 0.39% | 0.6% | - |
| HSV(B) | 63º | 0.41% | 0.76% | - |
| XYZ | 43.04 | 50.15 | 23.03 | - |
| YUV | 182.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 113 | 0.02 | 0 | 0.41 | 0.24 | 63 | 0.39 | 0.6 |
| Hex | BD | C1 | 71 | 2 | 0 | 29 | 18 | 3F | 27 | 3C |
| Octal | 275 | 301 | 161 | 2 | 0 | 51 | 30 | 77 | 47 | 74 |
| Binary | 10111101 | 11000001 | 1110001 | 10 | 0 | 101001 | 11000 | 111111 | 100111 | 111100 |
Color Harmonies of #BDC171
Complementary color
Monochromatic Colors of #BDC171
Black with #BDC171
Text Example
Text Example
White with #BDC171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC171; }
p { color: rgb(189,193,113); }
H1.HeaderClassName
{
color: #BDC171;
}
.AnyTagClassName
{
color: #BDC171;
}
</style>
background-color css
<style>
a { background-color: #BDC171; }
a { background-color: rgb(189,193,113); }
div.DivClassName
{
background-color: #BDC171;
}
.BgClassName
{
background-color: #BDC171;
}
</style>
border-color css
<style>
span { border-color: #BDC171; }
span { border-color: rgb(189,193,113); }
td.TdClassName
{
border-color: #BDC171;
}
.TagClassName
{
border-color: #BDC171;
}
</style>