Shades of Pine Glade #BCBE7A
Tints of Pine Glade #BCBE7A
RGB
CMYK
RGB Variations
Color information
#BCBE7A (or 0xBCBE7A) is known color: Pine Glade. HEX triplet: BC, BE and 7A. RGB value is (188,190,122). Sum of RGB (Red+Green+Blue) = 188+190+122=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE7A is #434185. Grayscale: #B5B5B5. Windows color (decimal): -4407686 or 8044220. OLE color: 8044220.
HSL color Cylindrical-coordinate representation of color #BCBE7A: hue angle of 61.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCBE7A is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 122 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.25 |
| HSL | 61.76º | 0.34% | 0.61% | - |
| HSV(B) | 61.76º | 0.36% | 0.75% | - |
| XYZ | 42.67 | 48.92 | 25.61 | - |
| YUV | 181.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 122 | 0.01 | 0 | 0.36 | 0.25 | 61.76 | 0.34 | 0.61 |
| Hex | BC | BE | 7A | 1 | 0 | 24 | 19 | 3E | 22 | 3D |
| Octal | 274 | 276 | 172 | 1 | 0 | 44 | 31 | 76 | 42 | 75 |
| Binary | 10111100 | 10111110 | 1111010 | 1 | 0 | 100100 | 11001 | 111110 | 100010 | 111101 |
Color Harmonies of #BCBE7A
Complementary color
Monochromatic Colors of #BCBE7A
Black with #BCBE7A
Text Example
Text Example
White with #BCBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE7A; }
p { color: rgb(188,190,122); }
H1.HeaderClassName
{
color: #BCBE7A;
}
.AnyTagClassName
{
color: #BCBE7A;
}
</style>
background-color css
<style>
a { background-color: #BCBE7A; }
a { background-color: rgb(188,190,122); }
div.DivClassName
{
background-color: #BCBE7A;
}
.BgClassName
{
background-color: #BCBE7A;
}
</style>
border-color css
<style>
span { border-color: #BCBE7A; }
span { border-color: rgb(188,190,122); }
td.TdClassName
{
border-color: #BCBE7A;
}
.TagClassName
{
border-color: #BCBE7A;
}
</style>