Shades of Pine Glade #BCCC7C
Tints of Pine Glade #BCCC7C
RGB
CMYK
RGB Variations
Color information
#BCCC7C (or 0xBCCC7C) is known color: Pine Glade. HEX triplet: BC, CC and 7C. RGB value is (188,204,124). Sum of RGB (Red+Green+Blue) = 188+204+124=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC7C is #433383. Grayscale: #BEBEBE. Windows color (decimal): -4404100 or 8178876. OLE color: 8178876.
HSL color Cylindrical-coordinate representation of color #BCCC7C: hue angle of 72º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCCC7C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 124 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.2 |
| HSL | 72º | 0.44% | 0.64% | - |
| HSV(B) | 72º | 0.39% | 0.8% | - |
| XYZ | 45.97 | 55.33 | 27.33 | - |
| YUV | 190.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 124 | 0.08 | 0 | 0.39 | 0.2 | 72 | 0.44 | 0.64 |
| Hex | BC | CC | 7C | 8 | 0 | 27 | 14 | 48 | 2C | 40 |
| Octal | 274 | 314 | 174 | 10 | 0 | 47 | 24 | 110 | 54 | 100 |
| Binary | 10111100 | 11001100 | 1111100 | 1000 | 0 | 100111 | 10100 | 1001000 | 101100 | 1000000 |
Color Harmonies of #BCCC7C
Complementary color
Monochromatic Colors of #BCCC7C
Black with #BCCC7C
Text Example
Text Example
White with #BCCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC7C; }
p { color: rgb(188,204,124); }
H1.HeaderClassName
{
color: #BCCC7C;
}
.AnyTagClassName
{
color: #BCCC7C;
}
</style>
background-color css
<style>
a { background-color: #BCCC7C; }
a { background-color: rgb(188,204,124); }
div.DivClassName
{
background-color: #BCCC7C;
}
.BgClassName
{
background-color: #BCCC7C;
}
</style>
border-color css
<style>
span { border-color: #BCCC7C; }
span { border-color: rgb(188,204,124); }
td.TdClassName
{
border-color: #BCCC7C;
}
.TagClassName
{
border-color: #BCCC7C;
}
</style>