Shades of Pine Glade #BDC578
Tints of Pine Glade #BDC578
RGB
CMYK
RGB Variations
Color information
#BDC578 (or 0xBDC578) is known color: Pine Glade. HEX triplet: BD, C5 and 78. RGB value is (189,197,120). Sum of RGB (Red+Green+Blue) = 189+197+120=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC578 is #423A87. Grayscale: #BABABA. Windows color (decimal): -4340360 or 7914941. OLE color: 7914941.
HSL color Cylindrical-coordinate representation of color #BDC578: hue angle of 66.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC578 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 120 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.23 |
| HSL | 66.23º | 0.4% | 0.62% | - |
| HSV(B) | 66.23º | 0.39% | 0.77% | - |
| XYZ | 44.34 | 52.11 | 25.49 | - |
| YUV | 185.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 120 | 0.04 | 0 | 0.39 | 0.23 | 66.23 | 0.4 | 0.62 |
| Hex | BD | C5 | 78 | 4 | 0 | 27 | 17 | 42 | 28 | 3E |
| Octal | 275 | 305 | 170 | 4 | 0 | 47 | 27 | 102 | 50 | 76 |
| Binary | 10111101 | 11000101 | 1111000 | 100 | 0 | 100111 | 10111 | 1000010 | 101000 | 111110 |
Color Harmonies of #BDC578
Complementary color
Monochromatic Colors of #BDC578
Black with #BDC578
Text Example
Text Example
White with #BDC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC578; }
p { color: rgb(189,197,120); }
H1.HeaderClassName
{
color: #BDC578;
}
.AnyTagClassName
{
color: #BDC578;
}
</style>
background-color css
<style>
a { background-color: #BDC578; }
a { background-color: rgb(189,197,120); }
div.DivClassName
{
background-color: #BDC578;
}
.BgClassName
{
background-color: #BDC578;
}
</style>
border-color css
<style>
span { border-color: #BDC578; }
span { border-color: rgb(189,197,120); }
td.TdClassName
{
border-color: #BDC578;
}
.TagClassName
{
border-color: #BDC578;
}
</style>