Shades of Pine Glade #BECC7C
Tints of Pine Glade #BECC7C
RGB
CMYK
RGB Variations
Color information
#BECC7C (or 0xBECC7C) is known color: Pine Glade. HEX triplet: BE, CC and 7C. RGB value is (190,204,124). Sum of RGB (Red+Green+Blue) = 190+204+124=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC7C is #413383. Grayscale: #BFBFBF. Windows color (decimal): -4273028 or 8178878. OLE color: 8178878.
HSL color Cylindrical-coordinate representation of color #BECC7C: hue angle of 70.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BECC7C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 124 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.2 |
| HSL | 70.5º | 0.44% | 0.64% | - |
| HSV(B) | 70.5º | 0.39% | 0.8% | - |
| XYZ | 46.47 | 55.59 | 27.35 | - |
| YUV | 190.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 124 | 0.07 | 0 | 0.39 | 0.2 | 70.5 | 0.44 | 0.64 |
| Hex | BE | CC | 7C | 7 | 0 | 27 | 14 | 46 | 2C | 40 |
| Octal | 276 | 314 | 174 | 7 | 0 | 47 | 24 | 106 | 54 | 100 |
| Binary | 10111110 | 11001100 | 1111100 | 111 | 0 | 100111 | 10100 | 1000110 | 101100 | 1000000 |
Color Harmonies of #BECC7C
Complementary color
Monochromatic Colors of #BECC7C
Black with #BECC7C
Text Example
Text Example
White with #BECC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC7C; }
p { color: rgb(190,204,124); }
H1.HeaderClassName
{
color: #BECC7C;
}
.AnyTagClassName
{
color: #BECC7C;
}
</style>
background-color css
<style>
a { background-color: #BECC7C; }
a { background-color: rgb(190,204,124); }
div.DivClassName
{
background-color: #BECC7C;
}
.BgClassName
{
background-color: #BECC7C;
}
</style>
border-color css
<style>
span { border-color: #BECC7C; }
span { border-color: rgb(190,204,124); }
td.TdClassName
{
border-color: #BECC7C;
}
.TagClassName
{
border-color: #BECC7C;
}
</style>