Shades of Pine Glade #BEC978
Tints of Pine Glade #BEC978
RGB
CMYK
RGB Variations
Color information
#BEC978 (or 0xBEC978) is known color: Pine Glade. HEX triplet: BE, C9 and 78. RGB value is (190,201,120). Sum of RGB (Red+Green+Blue) = 190+201+120=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC978 is #413687. Grayscale: #BCBCBC. Windows color (decimal): -4273800 or 7915966. OLE color: 7915966.
HSL color Cylindrical-coordinate representation of color #BEC978: hue angle of 68.15º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC978 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 120 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.21 |
| HSL | 68.15º | 0.43% | 0.63% | - |
| HSV(B) | 68.15º | 0.4% | 0.79% | - |
| XYZ | 45.51 | 54.08 | 25.81 | - |
| YUV | 188.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 120 | 0.05 | 0 | 0.40 | 0.21 | 68.15 | 0.43 | 0.63 |
| Hex | BE | C9 | 78 | 5 | 0 | 28 | 15 | 44 | 2B | 3F |
| Octal | 276 | 311 | 170 | 5 | 0 | 50 | 25 | 104 | 53 | 77 |
| Binary | 10111110 | 11001001 | 1111000 | 101 | 0 | 101000 | 10101 | 1000100 | 101011 | 111111 |
Color Harmonies of #BEC978
Complementary color
Monochromatic Colors of #BEC978
Black with #BEC978
Text Example
Text Example
White with #BEC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC978; }
p { color: rgb(190,201,120); }
H1.HeaderClassName
{
color: #BEC978;
}
.AnyTagClassName
{
color: #BEC978;
}
</style>
background-color css
<style>
a { background-color: #BEC978; }
a { background-color: rgb(190,201,120); }
div.DivClassName
{
background-color: #BEC978;
}
.BgClassName
{
background-color: #BEC978;
}
</style>
border-color css
<style>
span { border-color: #BEC978; }
span { border-color: rgb(190,201,120); }
td.TdClassName
{
border-color: #BEC978;
}
.TagClassName
{
border-color: #BEC978;
}
</style>