Shades of Pine Glade #BCC07D
Tints of Pine Glade #BCC07D
RGB
CMYK
RGB Variations
Color information
#BCC07D (or 0xBCC07D) is known color: Pine Glade. HEX triplet: BC, C0 and 7D. RGB value is (188,192,125). Sum of RGB (Red+Green+Blue) = 188+192+125=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC07D is #433F82. Grayscale: #B7B7B7. Windows color (decimal): -4407171 or 8241340. OLE color: 8241340.
HSL color Cylindrical-coordinate representation of color #BCC07D: hue angle of 63.58º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCC07D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 125 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.25 |
| HSL | 63.58º | 0.35% | 0.62% | - |
| HSV(B) | 63.58º | 0.35% | 0.75% | - |
| XYZ | 43.29 | 49.87 | 26.75 | - |
| YUV | 183.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 125 | 0.02 | 0 | 0.35 | 0.25 | 63.58 | 0.35 | 0.62 |
| Hex | BC | C0 | 7D | 2 | 0 | 23 | 19 | 40 | 23 | 3E |
| Octal | 274 | 300 | 175 | 2 | 0 | 43 | 31 | 100 | 43 | 76 |
| Binary | 10111100 | 11000000 | 1111101 | 10 | 0 | 100011 | 11001 | 1000000 | 100011 | 111110 |
Color Harmonies of #BCC07D
Complementary color
Monochromatic Colors of #BCC07D
Black with #BCC07D
Text Example
Text Example
White with #BCC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC07D; }
p { color: rgb(188,192,125); }
H1.HeaderClassName
{
color: #BCC07D;
}
.AnyTagClassName
{
color: #BCC07D;
}
</style>
background-color css
<style>
a { background-color: #BCC07D; }
a { background-color: rgb(188,192,125); }
div.DivClassName
{
background-color: #BCC07D;
}
.BgClassName
{
background-color: #BCC07D;
}
</style>
border-color css
<style>
span { border-color: #BCC07D; }
span { border-color: rgb(188,192,125); }
td.TdClassName
{
border-color: #BCC07D;
}
.TagClassName
{
border-color: #BCC07D;
}
</style>