Shades of Pine Glade #BEC482
Tints of Pine Glade #BEC482
RGB
CMYK
RGB Variations
Color information
#BEC482 (or 0xBEC482) is known color: Pine Glade. HEX triplet: BE, C4 and 82. RGB value is (190,196,130). Sum of RGB (Red+Green+Blue) = 190+196+130=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC482 is #413B7D. Grayscale: #BABABA. Windows color (decimal): -4275070 or 8570046. OLE color: 8570046.
HSL color Cylindrical-coordinate representation of color #BEC482: hue angle of 65.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC482 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 130 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.23 |
| HSL | 65.45º | 0.36% | 0.64% | - |
| HSV(B) | 65.45º | 0.34% | 0.77% | - |
| XYZ | 45 | 52.04 | 28.79 | - |
| YUV | 186.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 130 | 0.03 | 0 | 0.34 | 0.23 | 65.45 | 0.36 | 0.64 |
| Hex | BE | C4 | 82 | 3 | 0 | 22 | 17 | 41 | 24 | 40 |
| Octal | 276 | 304 | 202 | 3 | 0 | 42 | 27 | 101 | 44 | 100 |
| Binary | 10111110 | 11000100 | 10000010 | 11 | 0 | 100010 | 10111 | 1000001 | 100100 | 1000000 |
Color Harmonies of #BEC482
Complementary color
Monochromatic Colors of #BEC482
Black with #BEC482
Text Example
Text Example
White with #BEC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC482; }
p { color: rgb(190,196,130); }
H1.HeaderClassName
{
color: #BEC482;
}
.AnyTagClassName
{
color: #BEC482;
}
</style>
background-color css
<style>
a { background-color: #BEC482; }
a { background-color: rgb(190,196,130); }
div.DivClassName
{
background-color: #BEC482;
}
.BgClassName
{
background-color: #BEC482;
}
</style>
border-color css
<style>
span { border-color: #BEC482; }
span { border-color: rgb(190,196,130); }
td.TdClassName
{
border-color: #BEC482;
}
.TagClassName
{
border-color: #BEC482;
}
</style>