Shades of Pine Glade #BECE78
Tints of Pine Glade #BECE78
RGB
CMYK
RGB Variations
Color information
#BECE78 (or 0xBECE78) is known color: Pine Glade. HEX triplet: BE, CE and 78. RGB value is (190,206,120). Sum of RGB (Red+Green+Blue) = 190+206+120=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE78 is #413187. Grayscale: #BFBFBF. Windows color (decimal): -4272520 or 7917246. OLE color: 7917246.
HSL color Cylindrical-coordinate representation of color #BECE78: hue angle of 71.16º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BECE78 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 120 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.19 |
| HSL | 71.16º | 0.47% | 0.64% | - |
| HSV(B) | 71.16º | 0.42% | 0.81% | - |
| XYZ | 46.7 | 56.45 | 26.2 | - |
| YUV | 191.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 120 | 0.08 | 0 | 0.42 | 0.19 | 71.16 | 0.47 | 0.64 |
| Hex | BE | CE | 78 | 8 | 0 | 2A | 13 | 47 | 2F | 40 |
| Octal | 276 | 316 | 170 | 10 | 0 | 52 | 23 | 107 | 57 | 100 |
| Binary | 10111110 | 11001110 | 1111000 | 1000 | 0 | 101010 | 10011 | 1000111 | 101111 | 1000000 |
Color Harmonies of #BECE78
Complementary color
Monochromatic Colors of #BECE78
Black with #BECE78
Text Example
Text Example
White with #BECE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE78; }
p { color: rgb(190,206,120); }
H1.HeaderClassName
{
color: #BECE78;
}
.AnyTagClassName
{
color: #BECE78;
}
</style>
background-color css
<style>
a { background-color: #BECE78; }
a { background-color: rgb(190,206,120); }
div.DivClassName
{
background-color: #BECE78;
}
.BgClassName
{
background-color: #BECE78;
}
</style>
border-color css
<style>
span { border-color: #BECE78; }
span { border-color: rgb(190,206,120); }
td.TdClassName
{
border-color: #BECE78;
}
.TagClassName
{
border-color: #BECE78;
}
</style>