Shades of Pine Glade #BECF7C
Tints of Pine Glade #BECF7C
RGB
CMYK
RGB Variations
Color information
#BECF7C (or 0xBECF7C) is known color: Pine Glade. HEX triplet: BE, CF and 7C. RGB value is (190,207,124). Sum of RGB (Red+Green+Blue) = 190+207+124=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF7C is #413083. Grayscale: #C0C0C0. Windows color (decimal): -4272260 or 8179646. OLE color: 8179646.
HSL color Cylindrical-coordinate representation of color #BECF7C: hue angle of 72.29º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECF7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 124 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.19 |
| HSL | 72.29º | 0.46% | 0.65% | - |
| HSV(B) | 72.29º | 0.4% | 0.81% | - |
| XYZ | 47.19 | 57.03 | 27.59 | - |
| YUV | 192.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 124 | 0.08 | 0 | 0.40 | 0.19 | 72.29 | 0.46 | 0.65 |
| Hex | BE | CF | 7C | 8 | 0 | 28 | 13 | 48 | 2E | 41 |
| Octal | 276 | 317 | 174 | 10 | 0 | 50 | 23 | 110 | 56 | 101 |
| Binary | 10111110 | 11001111 | 1111100 | 1000 | 0 | 101000 | 10011 | 1001000 | 101110 | 1000001 |
Color Harmonies of #BECF7C
Complementary color
Monochromatic Colors of #BECF7C
Black with #BECF7C
Text Example
Text Example
White with #BECF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF7C; }
p { color: rgb(190,207,124); }
H1.HeaderClassName
{
color: #BECF7C;
}
.AnyTagClassName
{
color: #BECF7C;
}
</style>
background-color css
<style>
a { background-color: #BECF7C; }
a { background-color: rgb(190,207,124); }
div.DivClassName
{
background-color: #BECF7C;
}
.BgClassName
{
background-color: #BECF7C;
}
</style>
border-color css
<style>
span { border-color: #BECF7C; }
span { border-color: rgb(190,207,124); }
td.TdClassName
{
border-color: #BECF7C;
}
.TagClassName
{
border-color: #BECF7C;
}
</style>