Shades of Pine Glade #BCC573
Tints of Pine Glade #BCC573
RGB
CMYK
RGB Variations
Color information
#BCC573 (or 0xBCC573) is known color: Pine Glade. HEX triplet: BC, C5 and 73. RGB value is (188,197,115). Sum of RGB (Red+Green+Blue) = 188+197+115=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC573 is #433A8C. Grayscale: #B9B9B9. Windows color (decimal): -4405901 or 7587260. OLE color: 7587260.
HSL color Cylindrical-coordinate representation of color #BCC573: hue angle of 66.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC573 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 115 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.23 |
| HSL | 66.59º | 0.41% | 0.61% | - |
| HSV(B) | 66.59º | 0.42% | 0.77% | - |
| XYZ | 43.8 | 51.86 | 23.92 | - |
| YUV | 184.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 115 | 0.05 | 0 | 0.42 | 0.23 | 66.59 | 0.41 | 0.61 |
| Hex | BC | C5 | 73 | 5 | 0 | 2A | 17 | 43 | 29 | 3D |
| Octal | 274 | 305 | 163 | 5 | 0 | 52 | 27 | 103 | 51 | 75 |
| Binary | 10111100 | 11000101 | 1110011 | 101 | 0 | 101010 | 10111 | 1000011 | 101001 | 111101 |
Color Harmonies of #BCC573
Complementary color
Monochromatic Colors of #BCC573
Black with #BCC573
Text Example
Text Example
White with #BCC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC573; }
p { color: rgb(188,197,115); }
H1.HeaderClassName
{
color: #BCC573;
}
.AnyTagClassName
{
color: #BCC573;
}
</style>
background-color css
<style>
a { background-color: #BCC573; }
a { background-color: rgb(188,197,115); }
div.DivClassName
{
background-color: #BCC573;
}
.BgClassName
{
background-color: #BCC573;
}
</style>
border-color css
<style>
span { border-color: #BCC573; }
span { border-color: rgb(188,197,115); }
td.TdClassName
{
border-color: #BCC573;
}
.TagClassName
{
border-color: #BCC573;
}
</style>