Shades of Pine Glade #BEC87D
Tints of Pine Glade #BEC87D
RGB
CMYK
RGB Variations
Color information
#BEC87D (or 0xBEC87D) is known color: Pine Glade. HEX triplet: BE, C8 and 7D. RGB value is (190,200,125). Sum of RGB (Red+Green+Blue) = 190+200+125=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC87D is #413782. Grayscale: #BCBCBC. Windows color (decimal): -4274051 or 8243390. OLE color: 8243390.
HSL color Cylindrical-coordinate representation of color #BEC87D: hue angle of 68º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEC87D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 125 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.22 |
| HSL | 68º | 0.41% | 0.64% | - |
| HSV(B) | 68º | 0.38% | 0.78% | - |
| XYZ | 45.59 | 53.74 | 27.37 | - |
| YUV | 188.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 125 | 0.05 | 0 | 0.38 | 0.22 | 68 | 0.41 | 0.64 |
| Hex | BE | C8 | 7D | 5 | 0 | 26 | 16 | 44 | 29 | 40 |
| Octal | 276 | 310 | 175 | 5 | 0 | 46 | 26 | 104 | 51 | 100 |
| Binary | 10111110 | 11001000 | 1111101 | 101 | 0 | 100110 | 10110 | 1000100 | 101001 | 1000000 |
Color Harmonies of #BEC87D
Complementary color
Monochromatic Colors of #BEC87D
Black with #BEC87D
Text Example
Text Example
White with #BEC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC87D; }
p { color: rgb(190,200,125); }
H1.HeaderClassName
{
color: #BEC87D;
}
.AnyTagClassName
{
color: #BEC87D;
}
</style>
background-color css
<style>
a { background-color: #BEC87D; }
a { background-color: rgb(190,200,125); }
div.DivClassName
{
background-color: #BEC87D;
}
.BgClassName
{
background-color: #BEC87D;
}
</style>
border-color css
<style>
span { border-color: #BEC87D; }
span { border-color: rgb(190,200,125); }
td.TdClassName
{
border-color: #BEC87D;
}
.TagClassName
{
border-color: #BEC87D;
}
</style>