Shades of Pine Glade #BCC271
Tints of Pine Glade #BCC271
RGB
CMYK
RGB Variations
Color information
#BCC271 (or 0xBCC271) is known color: Pine Glade. HEX triplet: BC, C2 and 71. RGB value is (188,194,113). Sum of RGB (Red+Green+Blue) = 188+194+113=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC271 is #433D8E. Grayscale: #B7B7B7. Windows color (decimal): -4406671 or 7455420. OLE color: 7455420.
HSL color Cylindrical-coordinate representation of color #BCC271: hue angle of 64.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC271 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 113 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.24 |
| HSL | 64.44º | 0.4% | 0.6% | - |
| HSV(B) | 64.44º | 0.42% | 0.76% | - |
| XYZ | 43.01 | 50.47 | 23.1 | - |
| YUV | 182.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 113 | 0.03 | 0 | 0.42 | 0.24 | 64.44 | 0.4 | 0.6 |
| Hex | BC | C2 | 71 | 3 | 0 | 2A | 18 | 40 | 28 | 3C |
| Octal | 274 | 302 | 161 | 3 | 0 | 52 | 30 | 100 | 50 | 74 |
| Binary | 10111100 | 11000010 | 1110001 | 11 | 0 | 101010 | 11000 | 1000000 | 101000 | 111100 |
Color Harmonies of #BCC271
Complementary color
Monochromatic Colors of #BCC271
Black with #BCC271
Text Example
Text Example
White with #BCC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC271; }
p { color: rgb(188,194,113); }
H1.HeaderClassName
{
color: #BCC271;
}
.AnyTagClassName
{
color: #BCC271;
}
</style>
background-color css
<style>
a { background-color: #BCC271; }
a { background-color: rgb(188,194,113); }
div.DivClassName
{
background-color: #BCC271;
}
.BgClassName
{
background-color: #BCC271;
}
</style>
border-color css
<style>
span { border-color: #BCC271; }
span { border-color: rgb(188,194,113); }
td.TdClassName
{
border-color: #BCC271;
}
.TagClassName
{
border-color: #BCC271;
}
</style>