Shades of Pine Glade #BCC17C
Tints of Pine Glade #BCC17C
RGB
CMYK
RGB Variations
Color information
#BCC17C (or 0xBCC17C) is known color: Pine Glade. HEX triplet: BC, C1 and 7C. RGB value is (188,193,124). Sum of RGB (Red+Green+Blue) = 188+193+124=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC17C is #433E83. Grayscale: #B7B7B7. Windows color (decimal): -4406916 or 8176060. OLE color: 8176060.
HSL color Cylindrical-coordinate representation of color #BCC17C: hue angle of 64.35º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC17C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 124 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.24 |
| HSL | 64.35º | 0.36% | 0.62% | - |
| HSV(B) | 64.35º | 0.36% | 0.76% | - |
| XYZ | 43.45 | 50.29 | 26.49 | - |
| YUV | 183.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 124 | 0.03 | 0 | 0.36 | 0.24 | 64.35 | 0.36 | 0.62 |
| Hex | BC | C1 | 7C | 3 | 0 | 24 | 18 | 40 | 24 | 3E |
| Octal | 274 | 301 | 174 | 3 | 0 | 44 | 30 | 100 | 44 | 76 |
| Binary | 10111100 | 11000001 | 1111100 | 11 | 0 | 100100 | 11000 | 1000000 | 100100 | 111110 |
Color Harmonies of #BCC17C
Complementary color
Monochromatic Colors of #BCC17C
Black with #BCC17C
Text Example
Text Example
White with #BCC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC17C; }
p { color: rgb(188,193,124); }
H1.HeaderClassName
{
color: #BCC17C;
}
.AnyTagClassName
{
color: #BCC17C;
}
</style>
background-color css
<style>
a { background-color: #BCC17C; }
a { background-color: rgb(188,193,124); }
div.DivClassName
{
background-color: #BCC17C;
}
.BgClassName
{
background-color: #BCC17C;
}
</style>
border-color css
<style>
span { border-color: #BCC17C; }
span { border-color: rgb(188,193,124); }
td.TdClassName
{
border-color: #BCC17C;
}
.TagClassName
{
border-color: #BCC17C;
}
</style>