Shades of Pine Glade #BEC470
Tints of Pine Glade #BEC470
RGB
CMYK
RGB Variations
Color information
#BEC470 (or 0xBEC470) is known color: Pine Glade. HEX triplet: BE, C4 and 70. RGB value is (190,196,112). Sum of RGB (Red+Green+Blue) = 190+196+112=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC470 is #413B8F. Grayscale: #B8B8B8. Windows color (decimal): -4275088 or 7390398. OLE color: 7390398.
HSL color Cylindrical-coordinate representation of color #BEC470: hue angle of 64.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEC470 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 112 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.23 |
| HSL | 64.29º | 0.42% | 0.6% | - |
| HSV(B) | 64.29º | 0.43% | 0.77% | - |
| XYZ | 43.9 | 51.6 | 22.97 | - |
| YUV | 184.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 112 | 0.03 | 0 | 0.43 | 0.23 | 64.29 | 0.42 | 0.6 |
| Hex | BE | C4 | 70 | 3 | 0 | 2B | 17 | 40 | 2A | 3C |
| Octal | 276 | 304 | 160 | 3 | 0 | 53 | 27 | 100 | 52 | 74 |
| Binary | 10111110 | 11000100 | 1110000 | 11 | 0 | 101011 | 10111 | 1000000 | 101010 | 111100 |
Color Harmonies of #BEC470
Complementary color
Monochromatic Colors of #BEC470
Black with #BEC470
Text Example
Text Example
White with #BEC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC470; }
p { color: rgb(190,196,112); }
H1.HeaderClassName
{
color: #BEC470;
}
.AnyTagClassName
{
color: #BEC470;
}
</style>
background-color css
<style>
a { background-color: #BEC470; }
a { background-color: rgb(190,196,112); }
div.DivClassName
{
background-color: #BEC470;
}
.BgClassName
{
background-color: #BEC470;
}
</style>
border-color css
<style>
span { border-color: #BEC470; }
span { border-color: rgb(190,196,112); }
td.TdClassName
{
border-color: #BEC470;
}
.TagClassName
{
border-color: #BEC470;
}
</style>