Shades of Pine Glade #BCC07C
Tints of Pine Glade #BCC07C
RGB
CMYK
RGB Variations
Color information
#BCC07C (or 0xBCC07C) is known color: Pine Glade. HEX triplet: BC, C0 and 7C. RGB value is (188,192,124). Sum of RGB (Red+Green+Blue) = 188+192+124=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC07C is #433F83. Grayscale: #B7B7B7. Windows color (decimal): -4407172 or 8175804. OLE color: 8175804.
HSL color Cylindrical-coordinate representation of color #BCC07C: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCC07C is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 124 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.25 |
| HSL | 63.53º | 0.35% | 0.62% | - |
| HSV(B) | 63.53º | 0.35% | 0.75% | - |
| XYZ | 43.23 | 49.85 | 26.41 | - |
| YUV | 183.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 124 | 0.02 | 0 | 0.35 | 0.25 | 63.53 | 0.35 | 0.62 |
| Hex | BC | C0 | 7C | 2 | 0 | 23 | 19 | 40 | 23 | 3E |
| Octal | 274 | 300 | 174 | 2 | 0 | 43 | 31 | 100 | 43 | 76 |
| Binary | 10111100 | 11000000 | 1111100 | 10 | 0 | 100011 | 11001 | 1000000 | 100011 | 111110 |
Color Harmonies of #BCC07C
Complementary color
Monochromatic Colors of #BCC07C
Black with #BCC07C
Text Example
Text Example
White with #BCC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC07C; }
p { color: rgb(188,192,124); }
H1.HeaderClassName
{
color: #BCC07C;
}
.AnyTagClassName
{
color: #BCC07C;
}
</style>
background-color css
<style>
a { background-color: #BCC07C; }
a { background-color: rgb(188,192,124); }
div.DivClassName
{
background-color: #BCC07C;
}
.BgClassName
{
background-color: #BCC07C;
}
</style>
border-color css
<style>
span { border-color: #BCC07C; }
span { border-color: rgb(188,192,124); }
td.TdClassName
{
border-color: #BCC07C;
}
.TagClassName
{
border-color: #BCC07C;
}
</style>