Shades of Pine Glade #BCC672
Tints of Pine Glade #BCC672
RGB
CMYK
RGB Variations
Color information
#BCC672 (or 0xBCC672) is known color: Pine Glade. HEX triplet: BC, C6 and 72. RGB value is (188,198,114). Sum of RGB (Red+Green+Blue) = 188+198+114=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC672 is #43398D. Grayscale: #B9B9B9. Windows color (decimal): -4405646 or 7521980. OLE color: 7521980.
HSL color Cylindrical-coordinate representation of color #BCC672: hue angle of 67.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC672 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 114 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.22 |
| HSL | 67.14º | 0.42% | 0.61% | - |
| HSV(B) | 67.14º | 0.42% | 0.78% | - |
| XYZ | 43.97 | 52.29 | 23.7 | - |
| YUV | 185.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 114 | 0.05 | 0 | 0.42 | 0.22 | 67.14 | 0.42 | 0.61 |
| Hex | BC | C6 | 72 | 5 | 0 | 2A | 16 | 43 | 2A | 3D |
| Octal | 274 | 306 | 162 | 5 | 0 | 52 | 26 | 103 | 52 | 75 |
| Binary | 10111100 | 11000110 | 1110010 | 101 | 0 | 101010 | 10110 | 1000011 | 101010 | 111101 |
Color Harmonies of #BCC672
Complementary color
Monochromatic Colors of #BCC672
Black with #BCC672
Text Example
Text Example
White with #BCC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC672; }
p { color: rgb(188,198,114); }
H1.HeaderClassName
{
color: #BCC672;
}
.AnyTagClassName
{
color: #BCC672;
}
</style>
background-color css
<style>
a { background-color: #BCC672; }
a { background-color: rgb(188,198,114); }
div.DivClassName
{
background-color: #BCC672;
}
.BgClassName
{
background-color: #BCC672;
}
</style>
border-color css
<style>
span { border-color: #BCC672; }
span { border-color: rgb(188,198,114); }
td.TdClassName
{
border-color: #BCC672;
}
.TagClassName
{
border-color: #BCC672;
}
</style>