Shades of Pine Glade #BEC671
Tints of Pine Glade #BEC671
RGB
CMYK
RGB Variations
Color information
#BEC671 (or 0xBEC671) is known color: Pine Glade. HEX triplet: BE, C6 and 71. RGB value is (190,198,113). Sum of RGB (Red+Green+Blue) = 190+198+113=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC671 is #41398E. Grayscale: #BABABA. Windows color (decimal): -4274575 or 7456446. OLE color: 7456446.
HSL color Cylindrical-coordinate representation of color #BEC671: hue angle of 65.65º 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 #BEC671 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 113 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.22 |
| HSL | 65.65º | 0.43% | 0.61% | - |
| HSV(B) | 65.65º | 0.43% | 0.78% | - |
| XYZ | 44.41 | 52.53 | 23.42 | - |
| YUV | 185.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 113 | 0.04 | 0 | 0.43 | 0.22 | 65.65 | 0.43 | 0.61 |
| Hex | BE | C6 | 71 | 4 | 0 | 2B | 16 | 42 | 2B | 3D |
| Octal | 276 | 306 | 161 | 4 | 0 | 53 | 26 | 102 | 53 | 75 |
| Binary | 10111110 | 11000110 | 1110001 | 100 | 0 | 101011 | 10110 | 1000010 | 101011 | 111101 |
Color Harmonies of #BEC671
Complementary color
Monochromatic Colors of #BEC671
Black with #BEC671
Text Example
Text Example
White with #BEC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC671; }
p { color: rgb(190,198,113); }
H1.HeaderClassName
{
color: #BEC671;
}
.AnyTagClassName
{
color: #BEC671;
}
</style>
background-color css
<style>
a { background-color: #BEC671; }
a { background-color: rgb(190,198,113); }
div.DivClassName
{
background-color: #BEC671;
}
.BgClassName
{
background-color: #BEC671;
}
</style>
border-color css
<style>
span { border-color: #BEC671; }
span { border-color: rgb(190,198,113); }
td.TdClassName
{
border-color: #BEC671;
}
.TagClassName
{
border-color: #BEC671;
}
</style>