Shades of Pine Glade #BEC08B
Tints of Pine Glade #BEC08B
RGB
CMYK
RGB Variations
Color information
#BEC08B (or 0xBEC08B) is known color: Pine Glade. HEX triplet: BE, C0 and 8B. RGB value is (190,192,139). Sum of RGB (Red+Green+Blue) = 190+192+139=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08B is #413F74. Grayscale: #B9B9B9. Windows color (decimal): -4276085 or 9158846. OLE color: 9158846.
HSL color Cylindrical-coordinate representation of color #BEC08B: hue angle of 62.26º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEC08B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 139 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.25 |
| HSL | 62.26º | 0.3% | 0.65% | - |
| HSV(B) | 62.26º | 0.28% | 0.75% | - |
| XYZ | 44.75 | 50.51 | 31.82 | - |
| YUV | 185.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 139 | 0.01 | 0 | 0.28 | 0.25 | 62.26 | 0.3 | 0.65 |
| Hex | BE | C0 | 8B | 1 | 0 | 1C | 19 | 3E | 1E | 41 |
| Octal | 276 | 300 | 213 | 1 | 0 | 34 | 31 | 76 | 36 | 101 |
| Binary | 10111110 | 11000000 | 10001011 | 1 | 0 | 11100 | 11001 | 111110 | 11110 | 1000001 |
Color Harmonies of #BEC08B
Complementary color
Monochromatic Colors of #BEC08B
Black with #BEC08B
Text Example
Text Example
White with #BEC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC08B; }
p { color: rgb(190,192,139); }
H1.HeaderClassName
{
color: #BEC08B;
}
.AnyTagClassName
{
color: #BEC08B;
}
</style>
background-color css
<style>
a { background-color: #BEC08B; }
a { background-color: rgb(190,192,139); }
div.DivClassName
{
background-color: #BEC08B;
}
.BgClassName
{
background-color: #BEC08B;
}
</style>
border-color css
<style>
span { border-color: #BEC08B; }
span { border-color: rgb(190,192,139); }
td.TdClassName
{
border-color: #BEC08B;
}
.TagClassName
{
border-color: #BEC08B;
}
</style>