Shades of Pine Glade #BEC07E
Tints of Pine Glade #BEC07E
RGB
CMYK
RGB Variations
Color information
#BEC07E (or 0xBEC07E) is known color: Pine Glade. HEX triplet: BE, C0 and 7E. RGB value is (190,192,126). Sum of RGB (Red+Green+Blue) = 190+192+126=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07E is #413F81. Grayscale: #B8B8B8. Windows color (decimal): -4276098 or 8306878. OLE color: 8306878.
HSL color Cylindrical-coordinate representation of color #BEC07E: hue angle of 61.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC07E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 126 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 61.82º | 0.34% | 0.62% | - |
| HSV(B) | 61.82º | 0.34% | 0.75% | - |
| XYZ | 43.85 | 50.15 | 27.11 | - |
| YUV | 183.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 126 | 0.01 | 0 | 0.34 | 0.25 | 61.82 | 0.34 | 0.62 |
| Hex | BE | C0 | 7E | 1 | 0 | 22 | 19 | 3E | 22 | 3E |
| Octal | 276 | 300 | 176 | 1 | 0 | 42 | 31 | 76 | 42 | 76 |
| Binary | 10111110 | 11000000 | 1111110 | 1 | 0 | 100010 | 11001 | 111110 | 100010 | 111110 |
Color Harmonies of #BEC07E
Complementary color
Monochromatic Colors of #BEC07E
Black with #BEC07E
Text Example
Text Example
White with #BEC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC07E; }
p { color: rgb(190,192,126); }
H1.HeaderClassName
{
color: #BEC07E;
}
.AnyTagClassName
{
color: #BEC07E;
}
</style>
background-color css
<style>
a { background-color: #BEC07E; }
a { background-color: rgb(190,192,126); }
div.DivClassName
{
background-color: #BEC07E;
}
.BgClassName
{
background-color: #BEC07E;
}
</style>
border-color css
<style>
span { border-color: #BEC07E; }
span { border-color: rgb(190,192,126); }
td.TdClassName
{
border-color: #BEC07E;
}
.TagClassName
{
border-color: #BEC07E;
}
</style>