Shades of Pine Glade #BEC076
Tints of Pine Glade #BEC076
RGB
CMYK
RGB Variations
Color information
#BEC076 (or 0xBEC076) is known color: Pine Glade. HEX triplet: BE, C0 and 76. RGB value is (190,192,118). Sum of RGB (Red+Green+Blue) = 190+192+118=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC076 is #413F89. Grayscale: #B7B7B7. Windows color (decimal): -4276106 or 7782590. OLE color: 7782590.
HSL color Cylindrical-coordinate representation of color #BEC076: hue angle of 61.62º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC076 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 118 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.25 |
| HSL | 61.62º | 0.37% | 0.61% | - |
| HSV(B) | 61.62º | 0.39% | 0.75% | - |
| XYZ | 43.35 | 49.95 | 24.5 | - |
| YUV | 182.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 118 | 0.01 | 0 | 0.39 | 0.25 | 61.62 | 0.37 | 0.61 |
| Hex | BE | C0 | 76 | 1 | 0 | 27 | 19 | 3E | 25 | 3D |
| Octal | 276 | 300 | 166 | 1 | 0 | 47 | 31 | 76 | 45 | 75 |
| Binary | 10111110 | 11000000 | 1110110 | 1 | 0 | 100111 | 11001 | 111110 | 100101 | 111101 |
Color Harmonies of #BEC076
Complementary color
Monochromatic Colors of #BEC076
Black with #BEC076
Text Example
Text Example
White with #BEC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC076; }
p { color: rgb(190,192,118); }
H1.HeaderClassName
{
color: #BEC076;
}
.AnyTagClassName
{
color: #BEC076;
}
</style>
background-color css
<style>
a { background-color: #BEC076; }
a { background-color: rgb(190,192,118); }
div.DivClassName
{
background-color: #BEC076;
}
.BgClassName
{
background-color: #BEC076;
}
</style>
border-color css
<style>
span { border-color: #BEC076; }
span { border-color: rgb(190,192,118); }
td.TdClassName
{
border-color: #BEC076;
}
.TagClassName
{
border-color: #BEC076;
}
</style>