Shades of Pine Glade #BCC575
Tints of Pine Glade #BCC575
RGB
CMYK
RGB Variations
Color information
#BCC575 (or 0xBCC575) is known color: Pine Glade. HEX triplet: BC, C5 and 75. RGB value is (188,197,117). Sum of RGB (Red+Green+Blue) = 188+197+117=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC575 is #433A8A. Grayscale: #B9B9B9. Windows color (decimal): -4405899 or 7718332. OLE color: 7718332.
HSL color Cylindrical-coordinate representation of color #BCC575: hue angle of 66.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC575 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 117 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.23 |
| HSL | 66.75º | 0.41% | 0.62% | - |
| HSV(B) | 66.75º | 0.41% | 0.77% | - |
| XYZ | 43.92 | 51.91 | 24.53 | - |
| YUV | 185.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 117 | 0.05 | 0 | 0.41 | 0.23 | 66.75 | 0.41 | 0.62 |
| Hex | BC | C5 | 75 | 5 | 0 | 29 | 17 | 43 | 29 | 3E |
| Octal | 274 | 305 | 165 | 5 | 0 | 51 | 27 | 103 | 51 | 76 |
| Binary | 10111100 | 11000101 | 1110101 | 101 | 0 | 101001 | 10111 | 1000011 | 101001 | 111110 |
Color Harmonies of #BCC575
Complementary color
Monochromatic Colors of #BCC575
Black with #BCC575
Text Example
Text Example
White with #BCC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC575; }
p { color: rgb(188,197,117); }
H1.HeaderClassName
{
color: #BCC575;
}
.AnyTagClassName
{
color: #BCC575;
}
</style>
background-color css
<style>
a { background-color: #BCC575; }
a { background-color: rgb(188,197,117); }
div.DivClassName
{
background-color: #BCC575;
}
.BgClassName
{
background-color: #BCC575;
}
</style>
border-color css
<style>
span { border-color: #BCC575; }
span { border-color: rgb(188,197,117); }
td.TdClassName
{
border-color: #BCC575;
}
.TagClassName
{
border-color: #BCC575;
}
</style>