Shades of Pine Glade #BEC07F
Tints of Pine Glade #BEC07F
RGB
CMYK
RGB Variations
Color information
#BEC07F (or 0xBEC07F) is known color: Pine Glade. HEX triplet: BE, C0 and 7F. RGB value is (190,192,127). Sum of RGB (Red+Green+Blue) = 190+192+127=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07F is #413F80. Grayscale: #B8B8B8. Windows color (decimal): -4276097 or 8372414. OLE color: 8372414.
HSL color Cylindrical-coordinate representation of color #BEC07F: hue angle of 61.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC07F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 127 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 61.85º | 0.34% | 0.63% | - |
| HSV(B) | 61.85º | 0.34% | 0.75% | - |
| XYZ | 43.92 | 50.18 | 27.45 | - |
| YUV | 183.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 127 | 0.01 | 0 | 0.34 | 0.25 | 61.85 | 0.34 | 0.63 |
| Hex | BE | C0 | 7F | 1 | 0 | 22 | 19 | 3E | 22 | 3F |
| Octal | 276 | 300 | 177 | 1 | 0 | 42 | 31 | 76 | 42 | 77 |
| Binary | 10111110 | 11000000 | 1111111 | 1 | 0 | 100010 | 11001 | 111110 | 100010 | 111111 |
Color Harmonies of #BEC07F
Complementary color
Monochromatic Colors of #BEC07F
Black with #BEC07F
Text Example
Text Example
White with #BEC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC07F; }
p { color: rgb(190,192,127); }
H1.HeaderClassName
{
color: #BEC07F;
}
.AnyTagClassName
{
color: #BEC07F;
}
</style>
background-color css
<style>
a { background-color: #BEC07F; }
a { background-color: rgb(190,192,127); }
div.DivClassName
{
background-color: #BEC07F;
}
.BgClassName
{
background-color: #BEC07F;
}
</style>
border-color css
<style>
span { border-color: #BEC07F; }
span { border-color: rgb(190,192,127); }
td.TdClassName
{
border-color: #BEC07F;
}
.TagClassName
{
border-color: #BEC07F;
}
</style>