Shades of Pine Glade #BEC681
Tints of Pine Glade #BEC681
RGB
CMYK
RGB Variations
Color information
#BEC681 (or 0xBEC681) is known color: Pine Glade. HEX triplet: BE, C6 and 81. RGB value is (190,198,129). Sum of RGB (Red+Green+Blue) = 190+198+129=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC681 is #41397E. Grayscale: #BCBCBC. Windows color (decimal): -4274559 or 8505022. OLE color: 8505022.
HSL color Cylindrical-coordinate representation of color #BEC681: hue angle of 66.96º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEC681 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 129 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.22 |
| HSL | 66.96º | 0.38% | 0.64% | - |
| HSV(B) | 66.96º | 0.35% | 0.78% | - |
| XYZ | 45.39 | 52.92 | 28.59 | - |
| YUV | 187.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 129 | 0.04 | 0 | 0.35 | 0.22 | 66.96 | 0.38 | 0.64 |
| Hex | BE | C6 | 81 | 4 | 0 | 23 | 16 | 43 | 26 | 40 |
| Octal | 276 | 306 | 201 | 4 | 0 | 43 | 26 | 103 | 46 | 100 |
| Binary | 10111110 | 11000110 | 10000001 | 100 | 0 | 100011 | 10110 | 1000011 | 100110 | 1000000 |
Color Harmonies of #BEC681
Complementary color
Monochromatic Colors of #BEC681
Black with #BEC681
Text Example
Text Example
White with #BEC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC681; }
p { color: rgb(190,198,129); }
H1.HeaderClassName
{
color: #BEC681;
}
.AnyTagClassName
{
color: #BEC681;
}
</style>
background-color css
<style>
a { background-color: #BEC681; }
a { background-color: rgb(190,198,129); }
div.DivClassName
{
background-color: #BEC681;
}
.BgClassName
{
background-color: #BEC681;
}
</style>
border-color css
<style>
span { border-color: #BEC681; }
span { border-color: rgb(190,198,129); }
td.TdClassName
{
border-color: #BEC681;
}
.TagClassName
{
border-color: #BEC681;
}
</style>