Shades of Pine Glade #BEC08A
Tints of Pine Glade #BEC08A
RGB
CMYK
RGB Variations
Color information
#BEC08A (or 0xBEC08A) is known color: Pine Glade. HEX triplet: BE, C0 and 8A. RGB value is (190,192,138). Sum of RGB (Red+Green+Blue) = 190+192+138=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08A is #413F75. Grayscale: #B9B9B9. Windows color (decimal): -4276086 or 9093310. OLE color: 9093310.
HSL color Cylindrical-coordinate representation of color #BEC08A: hue angle of 62.22º 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 #BEC08A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 138 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.25 |
| HSL | 62.22º | 0.3% | 0.65% | - |
| HSV(B) | 62.22º | 0.28% | 0.75% | - |
| XYZ | 44.67 | 50.48 | 31.43 | - |
| YUV | 185.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 138 | 0.01 | 0 | 0.28 | 0.25 | 62.22 | 0.3 | 0.65 |
| Hex | BE | C0 | 8A | 1 | 0 | 1C | 19 | 3E | 1E | 41 |
| Octal | 276 | 300 | 212 | 1 | 0 | 34 | 31 | 76 | 36 | 101 |
| Binary | 10111110 | 11000000 | 10001010 | 1 | 0 | 11100 | 11001 | 111110 | 11110 | 1000001 |
Color Harmonies of #BEC08A
Complementary color
Monochromatic Colors of #BEC08A
Black with #BEC08A
Text Example
Text Example
White with #BEC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC08A; }
p { color: rgb(190,192,138); }
H1.HeaderClassName
{
color: #BEC08A;
}
.AnyTagClassName
{
color: #BEC08A;
}
</style>
background-color css
<style>
a { background-color: #BEC08A; }
a { background-color: rgb(190,192,138); }
div.DivClassName
{
background-color: #BEC08A;
}
.BgClassName
{
background-color: #BEC08A;
}
</style>
border-color css
<style>
span { border-color: #BEC08A; }
span { border-color: rgb(190,192,138); }
td.TdClassName
{
border-color: #BEC08A;
}
.TagClassName
{
border-color: #BEC08A;
}
</style>