Shades of Pine Glade #BECD7B
Tints of Pine Glade #BECD7B
RGB
CMYK
RGB Variations
Color information
#BECD7B (or 0xBECD7B) is known color: Pine Glade. HEX triplet: BE, CD and 7B. RGB value is (190,205,123). Sum of RGB (Red+Green+Blue) = 190+205+123=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD7B is #413284. Grayscale: #BFBFBF. Windows color (decimal): -4272773 or 8113598. OLE color: 8113598.
HSL color Cylindrical-coordinate representation of color #BECD7B: hue angle of 70.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECD7B is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 123 | - |
| CMYK | 0.07 | 0 | 0.4 | 0.20 |
| HSL | 70.98º | 0.45% | 0.64% | - |
| HSV(B) | 70.98º | 0.4% | 0.8% | - |
| XYZ | 46.64 | 56.04 | 27.1 | - |
| YUV | 191.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 123 | 0.07 | 0 | 0.4 | 0.20 | 70.98 | 0.45 | 0.64 |
| Hex | BE | CD | 7B | 7 | 0 | 28 | 14 | 47 | 2D | 40 |
| Octal | 276 | 315 | 173 | 7 | 0 | 50 | 24 | 107 | 55 | 100 |
| Binary | 10111110 | 11001101 | 1111011 | 111 | 0 | 101000 | 10100 | 1000111 | 101101 | 1000000 |
Color Harmonies of #BECD7B
Complementary color
Monochromatic Colors of #BECD7B
Black with #BECD7B
Text Example
Text Example
White with #BECD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD7B; }
p { color: rgb(190,205,123); }
H1.HeaderClassName
{
color: #BECD7B;
}
.AnyTagClassName
{
color: #BECD7B;
}
</style>
background-color css
<style>
a { background-color: #BECD7B; }
a { background-color: rgb(190,205,123); }
div.DivClassName
{
background-color: #BECD7B;
}
.BgClassName
{
background-color: #BECD7B;
}
</style>
border-color css
<style>
span { border-color: #BECD7B; }
span { border-color: rgb(190,205,123); }
td.TdClassName
{
border-color: #BECD7B;
}
.TagClassName
{
border-color: #BECD7B;
}
</style>