Shades of Pine Glade #BDC581
Tints of Pine Glade #BDC581
RGB
CMYK
RGB Variations
Color information
#BDC581 (or 0xBDC581) is known color: Pine Glade. HEX triplet: BD, C5 and 81. RGB value is (189,197,129). Sum of RGB (Red+Green+Blue) = 189+197+129=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC581 is #423A7E. Grayscale: #BBBBBB. Windows color (decimal): -4340351 or 8504765. OLE color: 8504765.
HSL color Cylindrical-coordinate representation of color #BDC581: hue angle of 67.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC581 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 129 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.23 |
| HSL | 67.06º | 0.37% | 0.64% | - |
| HSV(B) | 67.06º | 0.35% | 0.77% | - |
| XYZ | 44.91 | 52.34 | 28.5 | - |
| YUV | 186.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 129 | 0.04 | 0 | 0.35 | 0.23 | 67.06 | 0.37 | 0.64 |
| Hex | BD | C5 | 81 | 4 | 0 | 23 | 17 | 43 | 25 | 40 |
| Octal | 275 | 305 | 201 | 4 | 0 | 43 | 27 | 103 | 45 | 100 |
| Binary | 10111101 | 11000101 | 10000001 | 100 | 0 | 100011 | 10111 | 1000011 | 100101 | 1000000 |
Color Harmonies of #BDC581
Complementary color
Monochromatic Colors of #BDC581
Black with #BDC581
Text Example
Text Example
White with #BDC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC581; }
p { color: rgb(189,197,129); }
H1.HeaderClassName
{
color: #BDC581;
}
.AnyTagClassName
{
color: #BDC581;
}
</style>
background-color css
<style>
a { background-color: #BDC581; }
a { background-color: rgb(189,197,129); }
div.DivClassName
{
background-color: #BDC581;
}
.BgClassName
{
background-color: #BDC581;
}
</style>
border-color css
<style>
span { border-color: #BDC581; }
span { border-color: rgb(189,197,129); }
td.TdClassName
{
border-color: #BDC581;
}
.TagClassName
{
border-color: #BDC581;
}
</style>