Shades of Pine Glade #BDC173
Tints of Pine Glade #BDC173
RGB
CMYK
RGB Variations
Color information
#BDC173 (or 0xBDC173) is known color: Pine Glade. HEX triplet: BD, C1 and 73. RGB value is (189,193,115). Sum of RGB (Red+Green+Blue) = 189+193+115=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC173 is #423E8C. Grayscale: #B7B7B7. Windows color (decimal): -4341389 or 7586237. OLE color: 7586237.
HSL color Cylindrical-coordinate representation of color #BDC173: hue angle of 63.08º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC173 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 115 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.24 |
| HSL | 63.08º | 0.39% | 0.6% | - |
| HSV(B) | 63.08º | 0.4% | 0.76% | - |
| XYZ | 43.15 | 50.2 | 23.63 | - |
| YUV | 182.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 115 | 0.02 | 0 | 0.40 | 0.24 | 63.08 | 0.39 | 0.6 |
| Hex | BD | C1 | 73 | 2 | 0 | 28 | 18 | 3F | 27 | 3C |
| Octal | 275 | 301 | 163 | 2 | 0 | 50 | 30 | 77 | 47 | 74 |
| Binary | 10111101 | 11000001 | 1110011 | 10 | 0 | 101000 | 11000 | 111111 | 100111 | 111100 |
Color Harmonies of #BDC173
Complementary color
Monochromatic Colors of #BDC173
Black with #BDC173
Text Example
Text Example
White with #BDC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC173; }
p { color: rgb(189,193,115); }
H1.HeaderClassName
{
color: #BDC173;
}
.AnyTagClassName
{
color: #BDC173;
}
</style>
background-color css
<style>
a { background-color: #BDC173; }
a { background-color: rgb(189,193,115); }
div.DivClassName
{
background-color: #BDC173;
}
.BgClassName
{
background-color: #BDC173;
}
</style>
border-color css
<style>
span { border-color: #BDC173; }
span { border-color: rgb(189,193,115); }
td.TdClassName
{
border-color: #BDC173;
}
.TagClassName
{
border-color: #BDC173;
}
</style>