Shades of Pine Glade #BCC37E
Tints of Pine Glade #BCC37E
RGB
CMYK
RGB Variations
Color information
#BCC37E (or 0xBCC37E) is known color: Pine Glade. HEX triplet: BC, C3 and 7E. RGB value is (188,195,126). Sum of RGB (Red+Green+Blue) = 188+195+126=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC37E is #433C81. Grayscale: #B9B9B9. Windows color (decimal): -4406402 or 8307644. OLE color: 8307644.
HSL color Cylindrical-coordinate representation of color #BCC37E: hue angle of 66.09º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCC37E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 126 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 66.09º | 0.37% | 0.63% | - |
| HSV(B) | 66.09º | 0.35% | 0.76% | - |
| XYZ | 44.02 | 51.23 | 27.31 | - |
| YUV | 185.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 126 | 0.04 | 0 | 0.35 | 0.24 | 66.09 | 0.37 | 0.63 |
| Hex | BC | C3 | 7E | 4 | 0 | 23 | 18 | 42 | 25 | 3F |
| Octal | 274 | 303 | 176 | 4 | 0 | 43 | 30 | 102 | 45 | 77 |
| Binary | 10111100 | 11000011 | 1111110 | 100 | 0 | 100011 | 11000 | 1000010 | 100101 | 111111 |
Color Harmonies of #BCC37E
Complementary color
Monochromatic Colors of #BCC37E
Black with #BCC37E
Text Example
Text Example
White with #BCC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC37E; }
p { color: rgb(188,195,126); }
H1.HeaderClassName
{
color: #BCC37E;
}
.AnyTagClassName
{
color: #BCC37E;
}
</style>
background-color css
<style>
a { background-color: #BCC37E; }
a { background-color: rgb(188,195,126); }
div.DivClassName
{
background-color: #BCC37E;
}
.BgClassName
{
background-color: #BCC37E;
}
</style>
border-color css
<style>
span { border-color: #BCC37E; }
span { border-color: rgb(188,195,126); }
td.TdClassName
{
border-color: #BCC37E;
}
.TagClassName
{
border-color: #BCC37E;
}
</style>