Shades of Pine Glade #BEC878
Tints of Pine Glade #BEC878
RGB
CMYK
RGB Variations
Color information
#BEC878 (or 0xBEC878) is known color: Pine Glade. HEX triplet: BE, C8 and 78. RGB value is (190,200,120). Sum of RGB (Red+Green+Blue) = 190+200+120=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC878 is #413787. Grayscale: #BCBCBC. Windows color (decimal): -4274056 or 7915710. OLE color: 7915710.
HSL color Cylindrical-coordinate representation of color #BEC878: hue angle of 67.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC878 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 120 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.22 |
| HSL | 67.5º | 0.42% | 0.63% | - |
| HSV(B) | 67.5º | 0.4% | 0.78% | - |
| XYZ | 45.28 | 53.61 | 25.73 | - |
| YUV | 187.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 120 | 0.05 | 0 | 0.4 | 0.22 | 67.5 | 0.42 | 0.63 |
| Hex | BE | C8 | 78 | 5 | 0 | 28 | 16 | 44 | 2A | 3F |
| Octal | 276 | 310 | 170 | 5 | 0 | 50 | 26 | 104 | 52 | 77 |
| Binary | 10111110 | 11001000 | 1111000 | 101 | 0 | 101000 | 10110 | 1000100 | 101010 | 111111 |
Color Harmonies of #BEC878
Complementary color
Monochromatic Colors of #BEC878
Black with #BEC878
Text Example
Text Example
White with #BEC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC878; }
p { color: rgb(190,200,120); }
H1.HeaderClassName
{
color: #BEC878;
}
.AnyTagClassName
{
color: #BEC878;
}
</style>
background-color css
<style>
a { background-color: #BEC878; }
a { background-color: rgb(190,200,120); }
div.DivClassName
{
background-color: #BEC878;
}
.BgClassName
{
background-color: #BEC878;
}
</style>
border-color css
<style>
span { border-color: #BEC878; }
span { border-color: rgb(190,200,120); }
td.TdClassName
{
border-color: #BEC878;
}
.TagClassName
{
border-color: #BEC878;
}
</style>