Shades of Pine Glade #BCC378
Tints of Pine Glade #BCC378
RGB
CMYK
RGB Variations
Color information
#BCC378 (or 0xBCC378) is known color: Pine Glade. HEX triplet: BC, C3 and 78. RGB value is (188,195,120). Sum of RGB (Red+Green+Blue) = 188+195+120=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC378 is #433C87. Grayscale: #B8B8B8. Windows color (decimal): -4406408 or 7914428. OLE color: 7914428.
HSL color Cylindrical-coordinate representation of color #BCC378: hue angle of 65.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC378 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 120 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.24 |
| HSL | 65.6º | 0.38% | 0.62% | - |
| HSV(B) | 65.6º | 0.38% | 0.76% | - |
| XYZ | 43.64 | 51.08 | 25.33 | - |
| YUV | 184.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 120 | 0.04 | 0 | 0.38 | 0.24 | 65.6 | 0.38 | 0.62 |
| Hex | BC | C3 | 78 | 4 | 0 | 26 | 18 | 42 | 26 | 3E |
| Octal | 274 | 303 | 170 | 4 | 0 | 46 | 30 | 102 | 46 | 76 |
| Binary | 10111100 | 11000011 | 1111000 | 100 | 0 | 100110 | 11000 | 1000010 | 100110 | 111110 |
Color Harmonies of #BCC378
Complementary color
Monochromatic Colors of #BCC378
Black with #BCC378
Text Example
Text Example
White with #BCC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC378; }
p { color: rgb(188,195,120); }
H1.HeaderClassName
{
color: #BCC378;
}
.AnyTagClassName
{
color: #BCC378;
}
</style>
background-color css
<style>
a { background-color: #BCC378; }
a { background-color: rgb(188,195,120); }
div.DivClassName
{
background-color: #BCC378;
}
.BgClassName
{
background-color: #BCC378;
}
</style>
border-color css
<style>
span { border-color: #BCC378; }
span { border-color: rgb(188,195,120); }
td.TdClassName
{
border-color: #BCC378;
}
.TagClassName
{
border-color: #BCC378;
}
</style>