Shades of Pine Glade #BEC771
Tints of Pine Glade #BEC771
RGB
CMYK
RGB Variations
Color information
#BEC771 (or 0xBEC771) is known color: Pine Glade. HEX triplet: BE, C7 and 71. RGB value is (190,199,113). Sum of RGB (Red+Green+Blue) = 190+199+113=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC771 is #41388E. Grayscale: #BABABA. Windows color (decimal): -4274319 or 7456702. OLE color: 7456702.
HSL color Cylindrical-coordinate representation of color #BEC771: hue angle of 66.28º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEC771 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 113 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.22 |
| HSL | 66.28º | 0.43% | 0.61% | - |
| HSV(B) | 66.28º | 0.43% | 0.78% | - |
| XYZ | 44.64 | 52.99 | 23.5 | - |
| YUV | 186.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 113 | 0.05 | 0 | 0.43 | 0.22 | 66.28 | 0.43 | 0.61 |
| Hex | BE | C7 | 71 | 5 | 0 | 2B | 16 | 42 | 2B | 3D |
| Octal | 276 | 307 | 161 | 5 | 0 | 53 | 26 | 102 | 53 | 75 |
| Binary | 10111110 | 11000111 | 1110001 | 101 | 0 | 101011 | 10110 | 1000010 | 101011 | 111101 |
Color Harmonies of #BEC771
Complementary color
Monochromatic Colors of #BEC771
Black with #BEC771
Text Example
Text Example
White with #BEC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC771; }
p { color: rgb(190,199,113); }
H1.HeaderClassName
{
color: #BEC771;
}
.AnyTagClassName
{
color: #BEC771;
}
</style>
background-color css
<style>
a { background-color: #BEC771; }
a { background-color: rgb(190,199,113); }
div.DivClassName
{
background-color: #BEC771;
}
.BgClassName
{
background-color: #BEC771;
}
</style>
border-color css
<style>
span { border-color: #BEC771; }
span { border-color: rgb(190,199,113); }
td.TdClassName
{
border-color: #BEC771;
}
.TagClassName
{
border-color: #BEC771;
}
</style>