Shades of Pine Glade #BEC579
Tints of Pine Glade #BEC579
RGB
CMYK
RGB Variations
Color information
#BEC579 (or 0xBEC579) is known color: Pine Glade. HEX triplet: BE, C5 and 79. RGB value is (190,197,121). Sum of RGB (Red+Green+Blue) = 190+197+121=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC579 is #413A86. Grayscale: #BABABA. Windows color (decimal): -4274823 or 7980478. OLE color: 7980478.
HSL color Cylindrical-coordinate representation of color #BEC579: hue angle of 65.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC579 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 121 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.23 |
| HSL | 65.53º | 0.4% | 0.62% | - |
| HSV(B) | 65.53º | 0.39% | 0.77% | - |
| XYZ | 44.65 | 52.26 | 25.82 | - |
| YUV | 186.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 121 | 0.04 | 0 | 0.39 | 0.23 | 65.53 | 0.4 | 0.62 |
| Hex | BE | C5 | 79 | 4 | 0 | 27 | 17 | 42 | 28 | 3E |
| Octal | 276 | 305 | 171 | 4 | 0 | 47 | 27 | 102 | 50 | 76 |
| Binary | 10111110 | 11000101 | 1111001 | 100 | 0 | 100111 | 10111 | 1000010 | 101000 | 111110 |
Color Harmonies of #BEC579
Complementary color
Monochromatic Colors of #BEC579
Black with #BEC579
Text Example
Text Example
White with #BEC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC579; }
p { color: rgb(190,197,121); }
H1.HeaderClassName
{
color: #BEC579;
}
.AnyTagClassName
{
color: #BEC579;
}
</style>
background-color css
<style>
a { background-color: #BEC579; }
a { background-color: rgb(190,197,121); }
div.DivClassName
{
background-color: #BEC579;
}
.BgClassName
{
background-color: #BEC579;
}
</style>
border-color css
<style>
span { border-color: #BEC579; }
span { border-color: rgb(190,197,121); }
td.TdClassName
{
border-color: #BEC579;
}
.TagClassName
{
border-color: #BEC579;
}
</style>