Shades of Pine Glade #BEC271
Tints of Pine Glade #BEC271
RGB
CMYK
RGB Variations
Color information
#BEC271 (or 0xBEC271) is known color: Pine Glade. HEX triplet: BE, C2 and 71. RGB value is (190,194,113). Sum of RGB (Red+Green+Blue) = 190+194+113=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC271 is #413D8E. Grayscale: #B7B7B7. Windows color (decimal): -4275599 or 7455422. OLE color: 7455422.
HSL color Cylindrical-coordinate representation of color #BEC271: hue angle of 62.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC271 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 113 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.96º | 0.4% | 0.6% | - |
| HSV(B) | 62.96º | 0.42% | 0.76% | - |
| XYZ | 43.51 | 50.72 | 23.12 | - |
| YUV | 183.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 113 | 0.02 | 0 | 0.42 | 0.24 | 62.96 | 0.4 | 0.6 |
| Hex | BE | C2 | 71 | 2 | 0 | 2A | 18 | 3F | 28 | 3C |
| Octal | 276 | 302 | 161 | 2 | 0 | 52 | 30 | 77 | 50 | 74 |
| Binary | 10111110 | 11000010 | 1110001 | 10 | 0 | 101010 | 11000 | 111111 | 101000 | 111100 |
Color Harmonies of #BEC271
Complementary color
Monochromatic Colors of #BEC271
Black with #BEC271
Text Example
Text Example
White with #BEC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC271; }
p { color: rgb(190,194,113); }
H1.HeaderClassName
{
color: #BEC271;
}
.AnyTagClassName
{
color: #BEC271;
}
</style>
background-color css
<style>
a { background-color: #BEC271; }
a { background-color: rgb(190,194,113); }
div.DivClassName
{
background-color: #BEC271;
}
.BgClassName
{
background-color: #BEC271;
}
</style>
border-color css
<style>
span { border-color: #BEC271; }
span { border-color: rgb(190,194,113); }
td.TdClassName
{
border-color: #BEC271;
}
.TagClassName
{
border-color: #BEC271;
}
</style>