Shades of Pine Glade #BEBC7C
Tints of Pine Glade #BEBC7C
RGB
CMYK
RGB Variations
Color information
#BEBC7C (or 0xBEBC7C) is known color: Pine Glade. HEX triplet: BE, BC and 7C. RGB value is (190,188,124). Sum of RGB (Red+Green+Blue) = 190+188+124=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7C is #414383. Grayscale: #B5B5B5. Windows color (decimal): -4277124 or 8174782. OLE color: 8174782.
HSL color Cylindrical-coordinate representation of color #BEBC7C: hue angle of 58.18º degrees, saturation: 0.34, 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 #BEBC7C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 124 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.25 |
| HSL | 58.18º | 0.34% | 0.62% | - |
| HSV(B) | 58.18º | 0.35% | 0.75% | - |
| XYZ | 42.86 | 48.37 | 26.15 | - |
| YUV | 181.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 124 | 0 | 0.01 | 0.35 | 0.25 | 58.18 | 0.34 | 0.62 |
| Hex | BE | BC | 7C | 0 | 1 | 23 | 19 | 3A | 22 | 3E |
| Octal | 276 | 274 | 174 | 0 | 1 | 43 | 31 | 72 | 42 | 76 |
| Binary | 10111110 | 10111100 | 1111100 | 0 | 1 | 100011 | 11001 | 111010 | 100010 | 111110 |
Color Harmonies of #BEBC7C
Complementary color
Monochromatic Colors of #BEBC7C
Black with #BEBC7C
Text Example
Text Example
White with #BEBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC7C; }
p { color: rgb(190,188,124); }
H1.HeaderClassName
{
color: #BEBC7C;
}
.AnyTagClassName
{
color: #BEBC7C;
}
</style>
background-color css
<style>
a { background-color: #BEBC7C; }
a { background-color: rgb(190,188,124); }
div.DivClassName
{
background-color: #BEBC7C;
}
.BgClassName
{
background-color: #BEBC7C;
}
</style>
border-color css
<style>
span { border-color: #BEBC7C; }
span { border-color: rgb(190,188,124); }
td.TdClassName
{
border-color: #BEBC7C;
}
.TagClassName
{
border-color: #BEBC7C;
}
</style>