Shades of Pine Glade #BCC072
Tints of Pine Glade #BCC072
RGB
CMYK
RGB Variations
Color information
#BCC072 (or 0xBCC072) is known color: Pine Glade. HEX triplet: BC, C0 and 72. RGB value is (188,192,114). Sum of RGB (Red+Green+Blue) = 188+192+114=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC072 is #433F8D. Grayscale: #B6B6B6. Windows color (decimal): -4407182 or 7520444. OLE color: 7520444.
HSL color Cylindrical-coordinate representation of color #BCC072: hue angle of 63.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC072 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 114 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.25 |
| HSL | 63.08º | 0.38% | 0.6% | - |
| HSV(B) | 63.08º | 0.41% | 0.75% | - |
| XYZ | 42.63 | 49.61 | 23.25 | - |
| YUV | 181.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 114 | 0.02 | 0 | 0.41 | 0.25 | 63.08 | 0.38 | 0.6 |
| Hex | BC | C0 | 72 | 2 | 0 | 29 | 19 | 3F | 26 | 3C |
| Octal | 274 | 300 | 162 | 2 | 0 | 51 | 31 | 77 | 46 | 74 |
| Binary | 10111100 | 11000000 | 1110010 | 10 | 0 | 101001 | 11001 | 111111 | 100110 | 111100 |
Color Harmonies of #BCC072
Complementary color
Monochromatic Colors of #BCC072
Black with #BCC072
Text Example
Text Example
White with #BCC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC072; }
p { color: rgb(188,192,114); }
H1.HeaderClassName
{
color: #BCC072;
}
.AnyTagClassName
{
color: #BCC072;
}
</style>
background-color css
<style>
a { background-color: #BCC072; }
a { background-color: rgb(188,192,114); }
div.DivClassName
{
background-color: #BCC072;
}
.BgClassName
{
background-color: #BCC072;
}
</style>
border-color css
<style>
span { border-color: #BCC072; }
span { border-color: rgb(188,192,114); }
td.TdClassName
{
border-color: #BCC072;
}
.TagClassName
{
border-color: #BCC072;
}
</style>