Shades of Pine Glade #BEC77E
Tints of Pine Glade #BEC77E
RGB
CMYK
RGB Variations
Color information
#BEC77E (or 0xBEC77E) is known color: Pine Glade. HEX triplet: BE, C7 and 7E. RGB value is (190,199,126). Sum of RGB (Red+Green+Blue) = 190+199+126=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC77E is #413881. Grayscale: #BCBCBC. Windows color (decimal): -4274306 or 8308670. OLE color: 8308670.
HSL color Cylindrical-coordinate representation of color #BEC77E: hue angle of 67.4º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC77E is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 126 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.22 |
| HSL | 67.4º | 0.39% | 0.64% | - |
| HSV(B) | 67.4º | 0.37% | 0.78% | - |
| XYZ | 45.42 | 53.3 | 27.63 | - |
| YUV | 187.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 126 | 0.05 | 0 | 0.37 | 0.22 | 67.4 | 0.39 | 0.64 |
| Hex | BE | C7 | 7E | 5 | 0 | 25 | 16 | 43 | 27 | 40 |
| Octal | 276 | 307 | 176 | 5 | 0 | 45 | 26 | 103 | 47 | 100 |
| Binary | 10111110 | 11000111 | 1111110 | 101 | 0 | 100101 | 10110 | 1000011 | 100111 | 1000000 |
Color Harmonies of #BEC77E
Complementary color
Monochromatic Colors of #BEC77E
Black with #BEC77E
Text Example
Text Example
White with #BEC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC77E; }
p { color: rgb(190,199,126); }
H1.HeaderClassName
{
color: #BEC77E;
}
.AnyTagClassName
{
color: #BEC77E;
}
</style>
background-color css
<style>
a { background-color: #BEC77E; }
a { background-color: rgb(190,199,126); }
div.DivClassName
{
background-color: #BEC77E;
}
.BgClassName
{
background-color: #BEC77E;
}
</style>
border-color css
<style>
span { border-color: #BEC77E; }
span { border-color: rgb(190,199,126); }
td.TdClassName
{
border-color: #BEC77E;
}
.TagClassName
{
border-color: #BEC77E;
}
</style>