Shades of Pine Glade #BCBE7D
Tints of Pine Glade #BCBE7D
RGB
CMYK
RGB Variations
Color information
#BCBE7D (or 0xBCBE7D) is known color: Pine Glade. HEX triplet: BC, BE and 7D. RGB value is (188,190,125). Sum of RGB (Red+Green+Blue) = 188+190+125=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE7D is #434182. Grayscale: #B6B6B6. Windows color (decimal): -4407683 or 8240828. OLE color: 8240828.
HSL color Cylindrical-coordinate representation of color #BCBE7D: hue angle of 61.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCBE7D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 125 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 61.85º | 0.33% | 0.62% | - |
| HSV(B) | 61.85º | 0.34% | 0.75% | - |
| XYZ | 42.85 | 49 | 26.6 | - |
| YUV | 181.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 125 | 0.01 | 0 | 0.34 | 0.25 | 61.85 | 0.33 | 0.62 |
| Hex | BC | BE | 7D | 1 | 0 | 22 | 19 | 3E | 21 | 3E |
| Octal | 274 | 276 | 175 | 1 | 0 | 42 | 31 | 76 | 41 | 76 |
| Binary | 10111100 | 10111110 | 1111101 | 1 | 0 | 100010 | 11001 | 111110 | 100001 | 111110 |
Color Harmonies of #BCBE7D
Complementary color
Monochromatic Colors of #BCBE7D
Black with #BCBE7D
Text Example
Text Example
White with #BCBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE7D; }
p { color: rgb(188,190,125); }
H1.HeaderClassName
{
color: #BCBE7D;
}
.AnyTagClassName
{
color: #BCBE7D;
}
</style>
background-color css
<style>
a { background-color: #BCBE7D; }
a { background-color: rgb(188,190,125); }
div.DivClassName
{
background-color: #BCBE7D;
}
.BgClassName
{
background-color: #BCBE7D;
}
</style>
border-color css
<style>
span { border-color: #BCBE7D; }
span { border-color: rgb(188,190,125); }
td.TdClassName
{
border-color: #BCBE7D;
}
.TagClassName
{
border-color: #BCBE7D;
}
</style>