Shades of Pine Glade #BEC47B
Tints of Pine Glade #BEC47B
RGB
CMYK
RGB Variations
Color information
#BEC47B (or 0xBEC47B) is known color: Pine Glade. HEX triplet: BE, C4 and 7B. RGB value is (190,196,123). Sum of RGB (Red+Green+Blue) = 190+196+123=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC47B is #413B84. Grayscale: #BABABA. Windows color (decimal): -4275077 or 8111294. OLE color: 8111294.
HSL color Cylindrical-coordinate representation of color #BEC47B: hue angle of 64.93º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC47B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 123 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.23 |
| HSL | 64.93º | 0.38% | 0.63% | - |
| HSV(B) | 64.93º | 0.37% | 0.77% | - |
| XYZ | 44.55 | 51.86 | 26.4 | - |
| YUV | 185.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 123 | 0.03 | 0 | 0.37 | 0.23 | 64.93 | 0.38 | 0.63 |
| Hex | BE | C4 | 7B | 3 | 0 | 25 | 17 | 41 | 26 | 3F |
| Octal | 276 | 304 | 173 | 3 | 0 | 45 | 27 | 101 | 46 | 77 |
| Binary | 10111110 | 11000100 | 1111011 | 11 | 0 | 100101 | 10111 | 1000001 | 100110 | 111111 |
Color Harmonies of #BEC47B
Complementary color
Monochromatic Colors of #BEC47B
Black with #BEC47B
Text Example
Text Example
White with #BEC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC47B; }
p { color: rgb(190,196,123); }
H1.HeaderClassName
{
color: #BEC47B;
}
.AnyTagClassName
{
color: #BEC47B;
}
</style>
background-color css
<style>
a { background-color: #BEC47B; }
a { background-color: rgb(190,196,123); }
div.DivClassName
{
background-color: #BEC47B;
}
.BgClassName
{
background-color: #BEC47B;
}
</style>
border-color css
<style>
span { border-color: #BEC47B; }
span { border-color: rgb(190,196,123); }
td.TdClassName
{
border-color: #BEC47B;
}
.TagClassName
{
border-color: #BEC47B;
}
</style>