Shades of Pine Glade #BEC576
Tints of Pine Glade #BEC576
RGB
CMYK
RGB Variations
Color information
#BEC576 (or 0xBEC576) is known color: Pine Glade. HEX triplet: BE, C5 and 76. RGB value is (190,197,118). Sum of RGB (Red+Green+Blue) = 190+197+118=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC576 is #413A89. Grayscale: #BABABA. Windows color (decimal): -4274826 or 7783870. OLE color: 7783870.
HSL color Cylindrical-coordinate representation of color #BEC576: hue angle of 65.32º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC576 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 118 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.23 |
| HSL | 65.32º | 0.41% | 0.62% | - |
| HSV(B) | 65.32º | 0.4% | 0.77% | - |
| XYZ | 44.47 | 52.19 | 24.87 | - |
| YUV | 185.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 118 | 0.04 | 0 | 0.40 | 0.23 | 65.32 | 0.41 | 0.62 |
| Hex | BE | C5 | 76 | 4 | 0 | 28 | 17 | 41 | 29 | 3E |
| Octal | 276 | 305 | 166 | 4 | 0 | 50 | 27 | 101 | 51 | 76 |
| Binary | 10111110 | 11000101 | 1110110 | 100 | 0 | 101000 | 10111 | 1000001 | 101001 | 111110 |
Color Harmonies of #BEC576
Complementary color
Monochromatic Colors of #BEC576
Black with #BEC576
Text Example
Text Example
White with #BEC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC576; }
p { color: rgb(190,197,118); }
H1.HeaderClassName
{
color: #BEC576;
}
.AnyTagClassName
{
color: #BEC576;
}
</style>
background-color css
<style>
a { background-color: #BEC576; }
a { background-color: rgb(190,197,118); }
div.DivClassName
{
background-color: #BEC576;
}
.BgClassName
{
background-color: #BEC576;
}
</style>
border-color css
<style>
span { border-color: #BEC576; }
span { border-color: rgb(190,197,118); }
td.TdClassName
{
border-color: #BEC576;
}
.TagClassName
{
border-color: #BEC576;
}
</style>