Shades of Pine Glade #BCC070
Tints of Pine Glade #BCC070
RGB
CMYK
RGB Variations
Color information
#BCC070 (or 0xBCC070) is known color: Pine Glade. HEX triplet: BC, C0 and 70. RGB value is (188,192,112). Sum of RGB (Red+Green+Blue) = 188+192+112=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC070 is #433F8F. Grayscale: #B6B6B6. Windows color (decimal): -4407184 or 7389372. OLE color: 7389372.
HSL color Cylindrical-coordinate representation of color #BCC070: hue angle of 63º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC070 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 112 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.25 |
| HSL | 63º | 0.39% | 0.6% | - |
| HSV(B) | 63º | 0.42% | 0.75% | - |
| XYZ | 42.51 | 49.56 | 22.65 | - |
| YUV | 181.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 112 | 0.02 | 0 | 0.42 | 0.25 | 63 | 0.39 | 0.6 |
| Hex | BC | C0 | 70 | 2 | 0 | 2A | 19 | 3F | 27 | 3C |
| Octal | 274 | 300 | 160 | 2 | 0 | 52 | 31 | 77 | 47 | 74 |
| Binary | 10111100 | 11000000 | 1110000 | 10 | 0 | 101010 | 11001 | 111111 | 100111 | 111100 |
Color Harmonies of #BCC070
Complementary color
Monochromatic Colors of #BCC070
Black with #BCC070
Text Example
Text Example
White with #BCC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC070; }
p { color: rgb(188,192,112); }
H1.HeaderClassName
{
color: #BCC070;
}
.AnyTagClassName
{
color: #BCC070;
}
</style>
background-color css
<style>
a { background-color: #BCC070; }
a { background-color: rgb(188,192,112); }
div.DivClassName
{
background-color: #BCC070;
}
.BgClassName
{
background-color: #BCC070;
}
</style>
border-color css
<style>
span { border-color: #BCC070; }
span { border-color: rgb(188,192,112); }
td.TdClassName
{
border-color: #BCC070;
}
.TagClassName
{
border-color: #BCC070;
}
</style>