Shades of Pine Glade #BEC97F
Tints of Pine Glade #BEC97F
RGB
CMYK
RGB Variations
Color information
#BEC97F (or 0xBEC97F) is known color: Pine Glade. HEX triplet: BE, C9 and 7F. RGB value is (190,201,127). Sum of RGB (Red+Green+Blue) = 190+201+127=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC97F is #413680. Grayscale: #BDBDBD. Windows color (decimal): -4273793 or 8374718. OLE color: 8374718.
HSL color Cylindrical-coordinate representation of color #BEC97F: hue angle of 68.92º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC97F is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 127 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.21 |
| HSL | 68.92º | 0.41% | 0.64% | - |
| HSV(B) | 68.92º | 0.37% | 0.79% | - |
| XYZ | 45.95 | 54.25 | 28.13 | - |
| YUV | 189.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 127 | 0.05 | 0 | 0.37 | 0.21 | 68.92 | 0.41 | 0.64 |
| Hex | BE | C9 | 7F | 5 | 0 | 25 | 15 | 45 | 29 | 40 |
| Octal | 276 | 311 | 177 | 5 | 0 | 45 | 25 | 105 | 51 | 100 |
| Binary | 10111110 | 11001001 | 1111111 | 101 | 0 | 100101 | 10101 | 1000101 | 101001 | 1000000 |
Color Harmonies of #BEC97F
Complementary color
Monochromatic Colors of #BEC97F
Black with #BEC97F
Text Example
Text Example
White with #BEC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC97F; }
p { color: rgb(190,201,127); }
H1.HeaderClassName
{
color: #BEC97F;
}
.AnyTagClassName
{
color: #BEC97F;
}
</style>
background-color css
<style>
a { background-color: #BEC97F; }
a { background-color: rgb(190,201,127); }
div.DivClassName
{
background-color: #BEC97F;
}
.BgClassName
{
background-color: #BEC97F;
}
</style>
border-color css
<style>
span { border-color: #BEC97F; }
span { border-color: rgb(190,201,127); }
td.TdClassName
{
border-color: #BEC97F;
}
.TagClassName
{
border-color: #BEC97F;
}
</style>