Shades of Pine Glade #BEC57F
Tints of Pine Glade #BEC57F
RGB
CMYK
RGB Variations
Color information
#BEC57F (or 0xBEC57F) is known color: Pine Glade. HEX triplet: BE, C5 and 7F. RGB value is (190,197,127). Sum of RGB (Red+Green+Blue) = 190+197+127=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC57F is #413A80. Grayscale: #BBBBBB. Windows color (decimal): -4274817 or 8373694. OLE color: 8373694.
HSL color Cylindrical-coordinate representation of color #BEC57F: hue angle of 66º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC57F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 127 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.23 |
| HSL | 66º | 0.38% | 0.64% | - |
| HSV(B) | 66º | 0.36% | 0.77% | - |
| XYZ | 45.03 | 52.41 | 27.82 | - |
| YUV | 186.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 127 | 0.04 | 0 | 0.36 | 0.23 | 66 | 0.38 | 0.64 |
| Hex | BE | C5 | 7F | 4 | 0 | 24 | 17 | 42 | 26 | 40 |
| Octal | 276 | 305 | 177 | 4 | 0 | 44 | 27 | 102 | 46 | 100 |
| Binary | 10111110 | 11000101 | 1111111 | 100 | 0 | 100100 | 10111 | 1000010 | 100110 | 1000000 |
Color Harmonies of #BEC57F
Complementary color
Monochromatic Colors of #BEC57F
Black with #BEC57F
Text Example
Text Example
White with #BEC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC57F; }
p { color: rgb(190,197,127); }
H1.HeaderClassName
{
color: #BEC57F;
}
.AnyTagClassName
{
color: #BEC57F;
}
</style>
background-color css
<style>
a { background-color: #BEC57F; }
a { background-color: rgb(190,197,127); }
div.DivClassName
{
background-color: #BEC57F;
}
.BgClassName
{
background-color: #BEC57F;
}
</style>
border-color css
<style>
span { border-color: #BEC57F; }
span { border-color: rgb(190,197,127); }
td.TdClassName
{
border-color: #BEC57F;
}
.TagClassName
{
border-color: #BEC57F;
}
</style>