Shades of Pine Glade #BEC980
Tints of Pine Glade #BEC980
RGB
CMYK
RGB Variations
Color information
#BEC980 (or 0xBEC980) is known color: Pine Glade. HEX triplet: BE, C9 and 80. RGB value is (190,201,128). Sum of RGB (Red+Green+Blue) = 190+201+128=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC980 is #41367F. Grayscale: #BDBDBD. Windows color (decimal): -4273792 or 8440254. OLE color: 8440254.
HSL color Cylindrical-coordinate representation of color #BEC980: hue angle of 69.04º 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 #BEC980 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 128 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.21 |
| HSL | 69.04º | 0.4% | 0.65% | - |
| HSV(B) | 69.04º | 0.36% | 0.79% | - |
| XYZ | 46.02 | 54.28 | 28.47 | - |
| YUV | 189.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 128 | 0.05 | 0 | 0.36 | 0.21 | 69.04 | 0.4 | 0.65 |
| Hex | BE | C9 | 80 | 5 | 0 | 24 | 15 | 45 | 28 | 41 |
| Octal | 276 | 311 | 200 | 5 | 0 | 44 | 25 | 105 | 50 | 101 |
| Binary | 10111110 | 11001001 | 10000000 | 101 | 0 | 100100 | 10101 | 1000101 | 101000 | 1000001 |
Color Harmonies of #BEC980
Complementary color
Monochromatic Colors of #BEC980
Black with #BEC980
Text Example
Text Example
White with #BEC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC980; }
p { color: rgb(190,201,128); }
H1.HeaderClassName
{
color: #BEC980;
}
.AnyTagClassName
{
color: #BEC980;
}
</style>
background-color css
<style>
a { background-color: #BEC980; }
a { background-color: rgb(190,201,128); }
div.DivClassName
{
background-color: #BEC980;
}
.BgClassName
{
background-color: #BEC980;
}
</style>
border-color css
<style>
span { border-color: #BEC980; }
span { border-color: rgb(190,201,128); }
td.TdClassName
{
border-color: #BEC980;
}
.TagClassName
{
border-color: #BEC980;
}
</style>