Shades of Pine Glade #BCC077
Tints of Pine Glade #BCC077
RGB
CMYK
RGB Variations
Color information
#BCC077 (or 0xBCC077) is known color: Pine Glade. HEX triplet: BC, C0 and 77. RGB value is (188,192,119). Sum of RGB (Red+Green+Blue) = 188+192+119=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC077 is #433F88. Grayscale: #B6B6B6. Windows color (decimal): -4407177 or 7848124. OLE color: 7848124.
HSL color Cylindrical-coordinate representation of color #BCC077: hue angle of 63.29º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC077 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 119 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.25 |
| HSL | 63.29º | 0.37% | 0.61% | - |
| HSV(B) | 63.29º | 0.38% | 0.75% | - |
| XYZ | 42.92 | 49.72 | 24.79 | - |
| YUV | 182.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 119 | 0.02 | 0 | 0.38 | 0.25 | 63.29 | 0.37 | 0.61 |
| Hex | BC | C0 | 77 | 2 | 0 | 26 | 19 | 3F | 25 | 3D |
| Octal | 274 | 300 | 167 | 2 | 0 | 46 | 31 | 77 | 45 | 75 |
| Binary | 10111100 | 11000000 | 1110111 | 10 | 0 | 100110 | 11001 | 111111 | 100101 | 111101 |
Color Harmonies of #BCC077
Complementary color
Monochromatic Colors of #BCC077
Black with #BCC077
Text Example
Text Example
White with #BCC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC077; }
p { color: rgb(188,192,119); }
H1.HeaderClassName
{
color: #BCC077;
}
.AnyTagClassName
{
color: #BCC077;
}
</style>
background-color css
<style>
a { background-color: #BCC077; }
a { background-color: rgb(188,192,119); }
div.DivClassName
{
background-color: #BCC077;
}
.BgClassName
{
background-color: #BCC077;
}
</style>
border-color css
<style>
span { border-color: #BCC077; }
span { border-color: rgb(188,192,119); }
td.TdClassName
{
border-color: #BCC077;
}
.TagClassName
{
border-color: #BCC077;
}
</style>