Shades of Pine Glade #BCC16F
Tints of Pine Glade #BCC16F
RGB
CMYK
RGB Variations
Color information
#BCC16F (or 0xBCC16F) is known color: Pine Glade. HEX triplet: BC, C1 and 6F. RGB value is (188,193,111). Sum of RGB (Red+Green+Blue) = 188+193+111=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16F is #433E90. Grayscale: #B6B6B6. Windows color (decimal): -4406929 or 7324092. OLE color: 7324092.
HSL color Cylindrical-coordinate representation of color #BCC16F: hue angle of 63.66º 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 #BCC16F is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 111 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.24 |
| HSL | 63.66º | 0.4% | 0.6% | - |
| HSV(B) | 63.66º | 0.42% | 0.76% | - |
| XYZ | 42.68 | 49.98 | 22.44 | - |
| YUV | 182.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 111 | 0.03 | 0 | 0.42 | 0.24 | 63.66 | 0.4 | 0.6 |
| Hex | BC | C1 | 6F | 3 | 0 | 2A | 18 | 40 | 28 | 3C |
| Octal | 274 | 301 | 157 | 3 | 0 | 52 | 30 | 100 | 50 | 74 |
| Binary | 10111100 | 11000001 | 1101111 | 11 | 0 | 101010 | 11000 | 1000000 | 101000 | 111100 |
Color Harmonies of #BCC16F
Complementary color
Monochromatic Colors of #BCC16F
Black with #BCC16F
Text Example
Text Example
White with #BCC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC16F; }
p { color: rgb(188,193,111); }
H1.HeaderClassName
{
color: #BCC16F;
}
.AnyTagClassName
{
color: #BCC16F;
}
</style>
background-color css
<style>
a { background-color: #BCC16F; }
a { background-color: rgb(188,193,111); }
div.DivClassName
{
background-color: #BCC16F;
}
.BgClassName
{
background-color: #BCC16F;
}
</style>
border-color css
<style>
span { border-color: #BCC16F; }
span { border-color: rgb(188,193,111); }
td.TdClassName
{
border-color: #BCC16F;
}
.TagClassName
{
border-color: #BCC16F;
}
</style>