Shades of Pine Glade #BEC87A
Tints of Pine Glade #BEC87A
RGB
CMYK
RGB Variations
Color information
#BEC87A (or 0xBEC87A) is known color: Pine Glade. HEX triplet: BE, C8 and 7A. RGB value is (190,200,122). Sum of RGB (Red+Green+Blue) = 190+200+122=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC87A is #413785. Grayscale: #BCBCBC. Windows color (decimal): -4274054 or 8046782. OLE color: 8046782.
HSL color Cylindrical-coordinate representation of color #BEC87A: hue angle of 67.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC87A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 122 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.22 |
| HSL | 67.69º | 0.41% | 0.63% | - |
| HSV(B) | 67.69º | 0.39% | 0.78% | - |
| XYZ | 45.4 | 53.66 | 26.38 | - |
| YUV | 188.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 122 | 0.05 | 0 | 0.39 | 0.22 | 67.69 | 0.41 | 0.63 |
| Hex | BE | C8 | 7A | 5 | 0 | 27 | 16 | 44 | 29 | 3F |
| Octal | 276 | 310 | 172 | 5 | 0 | 47 | 26 | 104 | 51 | 77 |
| Binary | 10111110 | 11001000 | 1111010 | 101 | 0 | 100111 | 10110 | 1000100 | 101001 | 111111 |
Color Harmonies of #BEC87A
Complementary color
Monochromatic Colors of #BEC87A
Black with #BEC87A
Text Example
Text Example
White with #BEC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC87A; }
p { color: rgb(190,200,122); }
H1.HeaderClassName
{
color: #BEC87A;
}
.AnyTagClassName
{
color: #BEC87A;
}
</style>
background-color css
<style>
a { background-color: #BEC87A; }
a { background-color: rgb(190,200,122); }
div.DivClassName
{
background-color: #BEC87A;
}
.BgClassName
{
background-color: #BEC87A;
}
</style>
border-color css
<style>
span { border-color: #BEC87A; }
span { border-color: rgb(190,200,122); }
td.TdClassName
{
border-color: #BEC87A;
}
.TagClassName
{
border-color: #BEC87A;
}
</style>