Shades of Pine Glade #BCC178
Tints of Pine Glade #BCC178
RGB
CMYK
RGB Variations
Color information
#BCC178 (or 0xBCC178) is known color: Pine Glade. HEX triplet: BC, C1 and 78. RGB value is (188,193,120). Sum of RGB (Red+Green+Blue) = 188+193+120=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC178 is #433E87. Grayscale: #B7B7B7. Windows color (decimal): -4406920 or 7913916. OLE color: 7913916.
HSL color Cylindrical-coordinate representation of color #BCC178: hue angle of 64.11º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC178 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 120 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.24 |
| HSL | 64.11º | 0.37% | 0.61% | - |
| HSV(B) | 64.11º | 0.38% | 0.76% | - |
| XYZ | 43.2 | 50.19 | 25.18 | - |
| YUV | 183.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 120 | 0.03 | 0 | 0.38 | 0.24 | 64.11 | 0.37 | 0.61 |
| Hex | BC | C1 | 78 | 3 | 0 | 26 | 18 | 40 | 25 | 3D |
| Octal | 274 | 301 | 170 | 3 | 0 | 46 | 30 | 100 | 45 | 75 |
| Binary | 10111100 | 11000001 | 1111000 | 11 | 0 | 100110 | 11000 | 1000000 | 100101 | 111101 |
Color Harmonies of #BCC178
Complementary color
Monochromatic Colors of #BCC178
Black with #BCC178
Text Example
Text Example
White with #BCC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC178; }
p { color: rgb(188,193,120); }
H1.HeaderClassName
{
color: #BCC178;
}
.AnyTagClassName
{
color: #BCC178;
}
</style>
background-color css
<style>
a { background-color: #BCC178; }
a { background-color: rgb(188,193,120); }
div.DivClassName
{
background-color: #BCC178;
}
.BgClassName
{
background-color: #BCC178;
}
</style>
border-color css
<style>
span { border-color: #BCC178; }
span { border-color: rgb(188,193,120); }
td.TdClassName
{
border-color: #BCC178;
}
.TagClassName
{
border-color: #BCC178;
}
</style>