Shades of Pine Glade #BEC979
Tints of Pine Glade #BEC979
RGB
CMYK
RGB Variations
Color information
#BEC979 (or 0xBEC979) is known color: Pine Glade. HEX triplet: BE, C9 and 79. RGB value is (190,201,121). Sum of RGB (Red+Green+Blue) = 190+201+121=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC979 is #413686. Grayscale: #BCBCBC. Windows color (decimal): -4273799 or 7981502. OLE color: 7981502.
HSL color Cylindrical-coordinate representation of color #BEC979: hue angle of 68.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC979 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 121 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.21 |
| HSL | 68.25º | 0.43% | 0.63% | - |
| HSV(B) | 68.25º | 0.4% | 0.79% | - |
| XYZ | 45.57 | 54.1 | 26.13 | - |
| YUV | 188.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 121 | 0.05 | 0 | 0.40 | 0.21 | 68.25 | 0.43 | 0.63 |
| Hex | BE | C9 | 79 | 5 | 0 | 28 | 15 | 44 | 2B | 3F |
| Octal | 276 | 311 | 171 | 5 | 0 | 50 | 25 | 104 | 53 | 77 |
| Binary | 10111110 | 11001001 | 1111001 | 101 | 0 | 101000 | 10101 | 1000100 | 101011 | 111111 |
Color Harmonies of #BEC979
Complementary color
Monochromatic Colors of #BEC979
Black with #BEC979
Text Example
Text Example
White with #BEC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC979; }
p { color: rgb(190,201,121); }
H1.HeaderClassName
{
color: #BEC979;
}
.AnyTagClassName
{
color: #BEC979;
}
</style>
background-color css
<style>
a { background-color: #BEC979; }
a { background-color: rgb(190,201,121); }
div.DivClassName
{
background-color: #BEC979;
}
.BgClassName
{
background-color: #BEC979;
}
</style>
border-color css
<style>
span { border-color: #BEC979; }
span { border-color: rgb(190,201,121); }
td.TdClassName
{
border-color: #BEC979;
}
.TagClassName
{
border-color: #BEC979;
}
</style>