Shades of Pine Glade #BCC376
Tints of Pine Glade #BCC376
RGB
CMYK
RGB Variations
Color information
#BCC376 (or 0xBCC376) is known color: Pine Glade. HEX triplet: BC, C3 and 76. RGB value is (188,195,118). Sum of RGB (Red+Green+Blue) = 188+195+118=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC376 is #433C89. Grayscale: #B8B8B8. Windows color (decimal): -4406410 or 7783356. OLE color: 7783356.
HSL color Cylindrical-coordinate representation of color #BCC376: hue angle of 65.45º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCC376 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 118 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.24 |
| HSL | 65.45º | 0.39% | 0.61% | - |
| HSV(B) | 65.45º | 0.39% | 0.76% | - |
| XYZ | 43.52 | 51.03 | 24.7 | - |
| YUV | 184.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 118 | 0.04 | 0 | 0.39 | 0.24 | 65.45 | 0.39 | 0.61 |
| Hex | BC | C3 | 76 | 4 | 0 | 27 | 18 | 41 | 27 | 3D |
| Octal | 274 | 303 | 166 | 4 | 0 | 47 | 30 | 101 | 47 | 75 |
| Binary | 10111100 | 11000011 | 1110110 | 100 | 0 | 100111 | 11000 | 1000001 | 100111 | 111101 |
Color Harmonies of #BCC376
Complementary color
Monochromatic Colors of #BCC376
Black with #BCC376
Text Example
Text Example
White with #BCC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC376; }
p { color: rgb(188,195,118); }
H1.HeaderClassName
{
color: #BCC376;
}
.AnyTagClassName
{
color: #BCC376;
}
</style>
background-color css
<style>
a { background-color: #BCC376; }
a { background-color: rgb(188,195,118); }
div.DivClassName
{
background-color: #BCC376;
}
.BgClassName
{
background-color: #BCC376;
}
</style>
border-color css
<style>
span { border-color: #BCC376; }
span { border-color: rgb(188,195,118); }
td.TdClassName
{
border-color: #BCC376;
}
.TagClassName
{
border-color: #BCC376;
}
</style>