Shades of Pine Glade #BCC779
Tints of Pine Glade #BCC779
RGB
CMYK
RGB Variations
Color information
#BCC779 (or 0xBCC779) is known color: Pine Glade. HEX triplet: BC, C7 and 79. RGB value is (188,199,121). Sum of RGB (Red+Green+Blue) = 188+199+121=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC779 is #433886. Grayscale: #BBBBBB. Windows color (decimal): -4405383 or 7980988. OLE color: 7980988.
HSL color Cylindrical-coordinate representation of color #BCC779: hue angle of 68.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC779 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 121 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.22 |
| HSL | 68.46º | 0.41% | 0.63% | - |
| HSV(B) | 68.46º | 0.39% | 0.78% | - |
| XYZ | 44.61 | 52.92 | 25.95 | - |
| YUV | 186.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 121 | 0.06 | 0 | 0.39 | 0.22 | 68.46 | 0.41 | 0.63 |
| Hex | BC | C7 | 79 | 6 | 0 | 27 | 16 | 44 | 29 | 3F |
| Octal | 274 | 307 | 171 | 6 | 0 | 47 | 26 | 104 | 51 | 77 |
| Binary | 10111100 | 11000111 | 1111001 | 110 | 0 | 100111 | 10110 | 1000100 | 101001 | 111111 |
Color Harmonies of #BCC779
Complementary color
Monochromatic Colors of #BCC779
Black with #BCC779
Text Example
Text Example
White with #BCC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC779; }
p { color: rgb(188,199,121); }
H1.HeaderClassName
{
color: #BCC779;
}
.AnyTagClassName
{
color: #BCC779;
}
</style>
background-color css
<style>
a { background-color: #BCC779; }
a { background-color: rgb(188,199,121); }
div.DivClassName
{
background-color: #BCC779;
}
.BgClassName
{
background-color: #BCC779;
}
</style>
border-color css
<style>
span { border-color: #BCC779; }
span { border-color: rgb(188,199,121); }
td.TdClassName
{
border-color: #BCC779;
}
.TagClassName
{
border-color: #BCC779;
}
</style>