Shades of Pine Glade #BEC981
Tints of Pine Glade #BEC981
RGB
CMYK
RGB Variations
Color information
#BEC981 (or 0xBEC981) is known color: Pine Glade. HEX triplet: BE, C9 and 81. RGB value is (190,201,129). Sum of RGB (Red+Green+Blue) = 190+201+129=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC981 is #41367E. Grayscale: #BDBDBD. Windows color (decimal): -4273791 or 8505790. OLE color: 8505790.
HSL color Cylindrical-coordinate representation of color #BEC981: hue angle of 69.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC981 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 129 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.21 |
| HSL | 69.17º | 0.4% | 0.65% | - |
| HSV(B) | 69.17º | 0.36% | 0.79% | - |
| XYZ | 46.08 | 54.31 | 28.82 | - |
| YUV | 189.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 129 | 0.05 | 0 | 0.36 | 0.21 | 69.17 | 0.4 | 0.65 |
| Hex | BE | C9 | 81 | 5 | 0 | 24 | 15 | 45 | 28 | 41 |
| Octal | 276 | 311 | 201 | 5 | 0 | 44 | 25 | 105 | 50 | 101 |
| Binary | 10111110 | 11001001 | 10000001 | 101 | 0 | 100100 | 10101 | 1000101 | 101000 | 1000001 |
Color Harmonies of #BEC981
Complementary color
Monochromatic Colors of #BEC981
Black with #BEC981
Text Example
Text Example
White with #BEC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC981; }
p { color: rgb(190,201,129); }
H1.HeaderClassName
{
color: #BEC981;
}
.AnyTagClassName
{
color: #BEC981;
}
</style>
background-color css
<style>
a { background-color: #BEC981; }
a { background-color: rgb(190,201,129); }
div.DivClassName
{
background-color: #BEC981;
}
.BgClassName
{
background-color: #BEC981;
}
</style>
border-color css
<style>
span { border-color: #BEC981; }
span { border-color: rgb(190,201,129); }
td.TdClassName
{
border-color: #BEC981;
}
.TagClassName
{
border-color: #BEC981;
}
</style>