Shades of Pine Glade #BCBE7B
Tints of Pine Glade #BCBE7B
RGB
CMYK
RGB Variations
Color information
#BCBE7B (or 0xBCBE7B) is known color: Pine Glade. HEX triplet: BC, BE and 7B. RGB value is (188,190,123). Sum of RGB (Red+Green+Blue) = 188+190+123=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE7B is #434184. Grayscale: #B6B6B6. Windows color (decimal): -4407685 or 8109756. OLE color: 8109756.
HSL color Cylindrical-coordinate representation of color #BCBE7B: hue angle of 61.79º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCBE7B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 123 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.25 |
| HSL | 61.79º | 0.34% | 0.61% | - |
| HSV(B) | 61.79º | 0.35% | 0.75% | - |
| XYZ | 42.73 | 48.95 | 25.93 | - |
| YUV | 181.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 123 | 0.01 | 0 | 0.35 | 0.25 | 61.79 | 0.34 | 0.61 |
| Hex | BC | BE | 7B | 1 | 0 | 23 | 19 | 3E | 22 | 3D |
| Octal | 274 | 276 | 173 | 1 | 0 | 43 | 31 | 76 | 42 | 75 |
| Binary | 10111100 | 10111110 | 1111011 | 1 | 0 | 100011 | 11001 | 111110 | 100010 | 111101 |
Color Harmonies of #BCBE7B
Complementary color
Monochromatic Colors of #BCBE7B
Black with #BCBE7B
Text Example
Text Example
White with #BCBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE7B; }
p { color: rgb(188,190,123); }
H1.HeaderClassName
{
color: #BCBE7B;
}
.AnyTagClassName
{
color: #BCBE7B;
}
</style>
background-color css
<style>
a { background-color: #BCBE7B; }
a { background-color: rgb(188,190,123); }
div.DivClassName
{
background-color: #BCBE7B;
}
.BgClassName
{
background-color: #BCBE7B;
}
</style>
border-color css
<style>
span { border-color: #BCBE7B; }
span { border-color: rgb(188,190,123); }
td.TdClassName
{
border-color: #BCBE7B;
}
.TagClassName
{
border-color: #BCBE7B;
}
</style>