Shades of Pine Glade #BECF77
Tints of Pine Glade #BECF77
RGB
CMYK
RGB Variations
Color information
#BECF77 (or 0xBECF77) is known color: Pine Glade. HEX triplet: BE, CF and 77. RGB value is (190,207,119). Sum of RGB (Red+Green+Blue) = 190+207+119=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF77 is #413088. Grayscale: #C0C0C0. Windows color (decimal): -4272265 or 7851966. OLE color: 7851966.
HSL color Cylindrical-coordinate representation of color #BECF77: hue angle of 71.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BECF77 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 119 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.19 |
| HSL | 71.59º | 0.48% | 0.64% | - |
| HSV(B) | 71.59º | 0.43% | 0.81% | - |
| XYZ | 46.88 | 56.9 | 25.97 | - |
| YUV | 191.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 119 | 0.08 | 0 | 0.43 | 0.19 | 71.59 | 0.48 | 0.64 |
| Hex | BE | CF | 77 | 8 | 0 | 2B | 13 | 48 | 30 | 40 |
| Octal | 276 | 317 | 167 | 10 | 0 | 53 | 23 | 110 | 60 | 100 |
| Binary | 10111110 | 11001111 | 1110111 | 1000 | 0 | 101011 | 10011 | 1001000 | 110000 | 1000000 |
Color Harmonies of #BECF77
Complementary color
Monochromatic Colors of #BECF77
Black with #BECF77
Text Example
Text Example
White with #BECF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF77; }
p { color: rgb(190,207,119); }
H1.HeaderClassName
{
color: #BECF77;
}
.AnyTagClassName
{
color: #BECF77;
}
</style>
background-color css
<style>
a { background-color: #BECF77; }
a { background-color: rgb(190,207,119); }
div.DivClassName
{
background-color: #BECF77;
}
.BgClassName
{
background-color: #BECF77;
}
</style>
border-color css
<style>
span { border-color: #BECF77; }
span { border-color: rgb(190,207,119); }
td.TdClassName
{
border-color: #BECF77;
}
.TagClassName
{
border-color: #BECF77;
}
</style>