Shades of Pine Glade #BCCD77
Tints of Pine Glade #BCCD77
RGB
CMYK
RGB Variations
Color information
#BCCD77 (or 0xBCCD77) is known color: Pine Glade. HEX triplet: BC, CD and 77. RGB value is (188,205,119). Sum of RGB (Red+Green+Blue) = 188+205+119=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD77 is #433288. Grayscale: #BEBEBE. Windows color (decimal): -4403849 or 7851452. OLE color: 7851452.
HSL color Cylindrical-coordinate representation of color #BCCD77: hue angle of 71.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCCD77 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 119 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.20 |
| HSL | 71.86º | 0.46% | 0.64% | - |
| HSV(B) | 71.86º | 0.42% | 0.8% | - |
| XYZ | 45.9 | 55.69 | 25.78 | - |
| YUV | 190.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 119 | 0.08 | 0 | 0.42 | 0.20 | 71.86 | 0.46 | 0.64 |
| Hex | BC | CD | 77 | 8 | 0 | 2A | 14 | 48 | 2E | 40 |
| Octal | 274 | 315 | 167 | 10 | 0 | 52 | 24 | 110 | 56 | 100 |
| Binary | 10111100 | 11001101 | 1110111 | 1000 | 0 | 101010 | 10100 | 1001000 | 101110 | 1000000 |
Color Harmonies of #BCCD77
Complementary color
Monochromatic Colors of #BCCD77
Black with #BCCD77
Text Example
Text Example
White with #BCCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD77; }
p { color: rgb(188,205,119); }
H1.HeaderClassName
{
color: #BCCD77;
}
.AnyTagClassName
{
color: #BCCD77;
}
</style>
background-color css
<style>
a { background-color: #BCCD77; }
a { background-color: rgb(188,205,119); }
div.DivClassName
{
background-color: #BCCD77;
}
.BgClassName
{
background-color: #BCCD77;
}
</style>
border-color css
<style>
span { border-color: #BCCD77; }
span { border-color: rgb(188,205,119); }
td.TdClassName
{
border-color: #BCCD77;
}
.TagClassName
{
border-color: #BCCD77;
}
</style>