Shades of Pine Glade #BEC17C
Tints of Pine Glade #BEC17C
RGB
CMYK
RGB Variations
Color information
#BEC17C (or 0xBEC17C) is known color: Pine Glade. HEX triplet: BE, C1 and 7C. RGB value is (190,193,124). Sum of RGB (Red+Green+Blue) = 190+193+124=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC17C is #413E83. Grayscale: #B8B8B8. Windows color (decimal): -4275844 or 8176062. OLE color: 8176062.
HSL color Cylindrical-coordinate representation of color #BEC17C: hue angle of 62.61º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC17C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 124 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.24 |
| HSL | 62.61º | 0.36% | 0.62% | - |
| HSV(B) | 62.61º | 0.36% | 0.76% | - |
| XYZ | 43.94 | 50.54 | 26.51 | - |
| YUV | 184.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 124 | 0.02 | 0 | 0.36 | 0.24 | 62.61 | 0.36 | 0.62 |
| Hex | BE | C1 | 7C | 2 | 0 | 24 | 18 | 3F | 24 | 3E |
| Octal | 276 | 301 | 174 | 2 | 0 | 44 | 30 | 77 | 44 | 76 |
| Binary | 10111110 | 11000001 | 1111100 | 10 | 0 | 100100 | 11000 | 111111 | 100100 | 111110 |
Color Harmonies of #BEC17C
Complementary color
Monochromatic Colors of #BEC17C
Black with #BEC17C
Text Example
Text Example
White with #BEC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC17C; }
p { color: rgb(190,193,124); }
H1.HeaderClassName
{
color: #BEC17C;
}
.AnyTagClassName
{
color: #BEC17C;
}
</style>
background-color css
<style>
a { background-color: #BEC17C; }
a { background-color: rgb(190,193,124); }
div.DivClassName
{
background-color: #BEC17C;
}
.BgClassName
{
background-color: #BEC17C;
}
</style>
border-color css
<style>
span { border-color: #BEC17C; }
span { border-color: rgb(190,193,124); }
td.TdClassName
{
border-color: #BEC17C;
}
.TagClassName
{
border-color: #BEC17C;
}
</style>