Shades of Pine Glade #BDC480
Tints of Pine Glade #BDC480
RGB
CMYK
RGB Variations
Color information
#BDC480 (or 0xBDC480) is known color: Pine Glade. HEX triplet: BD, C4 and 80. RGB value is (189,196,128). Sum of RGB (Red+Green+Blue) = 189+196+128=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC480 is #423B7F. Grayscale: #BABABA. Windows color (decimal): -4340608 or 8438973. OLE color: 8438973.
HSL color Cylindrical-coordinate representation of color #BDC480: hue angle of 66.18º 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 #BDC480 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 128 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.23 |
| HSL | 66.18º | 0.37% | 0.64% | - |
| HSV(B) | 66.18º | 0.35% | 0.77% | - |
| XYZ | 44.62 | 51.86 | 28.08 | - |
| YUV | 186.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 128 | 0.04 | 0 | 0.35 | 0.23 | 66.18 | 0.37 | 0.64 |
| Hex | BD | C4 | 80 | 4 | 0 | 23 | 17 | 42 | 25 | 40 |
| Octal | 275 | 304 | 200 | 4 | 0 | 43 | 27 | 102 | 45 | 100 |
| Binary | 10111101 | 11000100 | 10000000 | 100 | 0 | 100011 | 10111 | 1000010 | 100101 | 1000000 |
Color Harmonies of #BDC480
Complementary color
Monochromatic Colors of #BDC480
Black with #BDC480
Text Example
Text Example
White with #BDC480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC480; }
p { color: rgb(189,196,128); }
H1.HeaderClassName
{
color: #BDC480;
}
.AnyTagClassName
{
color: #BDC480;
}
</style>
background-color css
<style>
a { background-color: #BDC480; }
a { background-color: rgb(189,196,128); }
div.DivClassName
{
background-color: #BDC480;
}
.BgClassName
{
background-color: #BDC480;
}
</style>
border-color css
<style>
span { border-color: #BDC480; }
span { border-color: rgb(189,196,128); }
td.TdClassName
{
border-color: #BDC480;
}
.TagClassName
{
border-color: #BDC480;
}
</style>