Shades of Pine Glade #BCC675
Tints of Pine Glade #BCC675
RGB
CMYK
RGB Variations
Color information
#BCC675 (or 0xBCC675) is known color: Pine Glade. HEX triplet: BC, C6 and 75. RGB value is (188,198,117). Sum of RGB (Red+Green+Blue) = 188+198+117=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC675 is #43398A. Grayscale: #BABABA. Windows color (decimal): -4405643 or 7718588. OLE color: 7718588.
HSL color Cylindrical-coordinate representation of color #BCC675: hue angle of 67.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC675 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 117 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.22 |
| HSL | 67.41º | 0.42% | 0.62% | - |
| HSV(B) | 67.41º | 0.41% | 0.78% | - |
| XYZ | 44.14 | 52.36 | 24.61 | - |
| YUV | 185.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 117 | 0.05 | 0 | 0.41 | 0.22 | 67.41 | 0.42 | 0.62 |
| Hex | BC | C6 | 75 | 5 | 0 | 29 | 16 | 43 | 2A | 3E |
| Octal | 274 | 306 | 165 | 5 | 0 | 51 | 26 | 103 | 52 | 76 |
| Binary | 10111100 | 11000110 | 1110101 | 101 | 0 | 101001 | 10110 | 1000011 | 101010 | 111110 |
Color Harmonies of #BCC675
Complementary color
Monochromatic Colors of #BCC675
Black with #BCC675
Text Example
Text Example
White with #BCC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC675; }
p { color: rgb(188,198,117); }
H1.HeaderClassName
{
color: #BCC675;
}
.AnyTagClassName
{
color: #BCC675;
}
</style>
background-color css
<style>
a { background-color: #BCC675; }
a { background-color: rgb(188,198,117); }
div.DivClassName
{
background-color: #BCC675;
}
.BgClassName
{
background-color: #BCC675;
}
</style>
border-color css
<style>
span { border-color: #BCC675; }
span { border-color: rgb(188,198,117); }
td.TdClassName
{
border-color: #BCC675;
}
.TagClassName
{
border-color: #BCC675;
}
</style>