Shades of Pine Glade #BCC972
Tints of Pine Glade #BCC972
RGB
CMYK
RGB Variations
Color information
#BCC972 (or 0xBCC972) is known color: Pine Glade. HEX triplet: BC, C9 and 72. RGB value is (188,201,114). Sum of RGB (Red+Green+Blue) = 188+201+114=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC972 is #43368D. Grayscale: #BBBBBB. Windows color (decimal): -4404878 or 7522748. OLE color: 7522748.
HSL color Cylindrical-coordinate representation of color #BCC972: hue angle of 68.97º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCC972 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 114 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.21 |
| HSL | 68.97º | 0.45% | 0.62% | - |
| HSV(B) | 68.97º | 0.43% | 0.79% | - |
| XYZ | 44.66 | 53.68 | 23.93 | - |
| YUV | 187.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 114 | 0.06 | 0 | 0.43 | 0.21 | 68.97 | 0.45 | 0.62 |
| Hex | BC | C9 | 72 | 6 | 0 | 2B | 15 | 45 | 2D | 3E |
| Octal | 274 | 311 | 162 | 6 | 0 | 53 | 25 | 105 | 55 | 76 |
| Binary | 10111100 | 11001001 | 1110010 | 110 | 0 | 101011 | 10101 | 1000101 | 101101 | 111110 |
Color Harmonies of #BCC972
Complementary color
Monochromatic Colors of #BCC972
Black with #BCC972
Text Example
Text Example
White with #BCC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC972; }
p { color: rgb(188,201,114); }
H1.HeaderClassName
{
color: #BCC972;
}
.AnyTagClassName
{
color: #BCC972;
}
</style>
background-color css
<style>
a { background-color: #BCC972; }
a { background-color: rgb(188,201,114); }
div.DivClassName
{
background-color: #BCC972;
}
.BgClassName
{
background-color: #BCC972;
}
</style>
border-color css
<style>
span { border-color: #BCC972; }
span { border-color: rgb(188,201,114); }
td.TdClassName
{
border-color: #BCC972;
}
.TagClassName
{
border-color: #BCC972;
}
</style>