Shades of Pine Glade #BDC580
Tints of Pine Glade #BDC580
RGB
CMYK
RGB Variations
Color information
#BDC580 (or 0xBDC580) is known color: Pine Glade. HEX triplet: BD, C5 and 80. RGB value is (189,197,128). Sum of RGB (Red+Green+Blue) = 189+197+128=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC580 is #423A7F. Grayscale: #BBBBBB. Windows color (decimal): -4340352 or 8439229. OLE color: 8439229.
HSL color Cylindrical-coordinate representation of color #BDC580: hue angle of 66.96º 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 #BDC580 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 128 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.23 |
| HSL | 66.96º | 0.37% | 0.64% | - |
| HSV(B) | 66.96º | 0.35% | 0.77% | - |
| XYZ | 44.85 | 52.31 | 28.16 | - |
| YUV | 186.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 128 | 0.04 | 0 | 0.35 | 0.23 | 66.96 | 0.37 | 0.64 |
| Hex | BD | C5 | 80 | 4 | 0 | 23 | 17 | 43 | 25 | 40 |
| Octal | 275 | 305 | 200 | 4 | 0 | 43 | 27 | 103 | 45 | 100 |
| Binary | 10111101 | 11000101 | 10000000 | 100 | 0 | 100011 | 10111 | 1000011 | 100101 | 1000000 |
Color Harmonies of #BDC580
Complementary color
Monochromatic Colors of #BDC580
Black with #BDC580
Text Example
Text Example
White with #BDC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC580; }
p { color: rgb(189,197,128); }
H1.HeaderClassName
{
color: #BDC580;
}
.AnyTagClassName
{
color: #BDC580;
}
</style>
background-color css
<style>
a { background-color: #BDC580; }
a { background-color: rgb(189,197,128); }
div.DivClassName
{
background-color: #BDC580;
}
.BgClassName
{
background-color: #BDC580;
}
</style>
border-color css
<style>
span { border-color: #BDC580; }
span { border-color: rgb(189,197,128); }
td.TdClassName
{
border-color: #BDC580;
}
.TagClassName
{
border-color: #BDC580;
}
</style>