Shades of Pine Glade #BEC581
Tints of Pine Glade #BEC581
RGB
CMYK
RGB Variations
Color information
#BEC581 (or 0xBEC581) is known color: Pine Glade. HEX triplet: BE, C5 and 81. RGB value is (190,197,129). Sum of RGB (Red+Green+Blue) = 190+197+129=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC581 is #413A7E. Grayscale: #BBBBBB. Windows color (decimal): -4274815 or 8504766. OLE color: 8504766.
HSL color Cylindrical-coordinate representation of color #BEC581: hue angle of 66.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEC581 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 129 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.23 |
| HSL | 66.18º | 0.37% | 0.64% | - |
| HSV(B) | 66.18º | 0.35% | 0.77% | - |
| XYZ | 45.16 | 52.46 | 28.52 | - |
| YUV | 187.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 129 | 0.04 | 0 | 0.35 | 0.23 | 66.18 | 0.37 | 0.64 |
| Hex | BE | C5 | 81 | 4 | 0 | 23 | 17 | 42 | 25 | 40 |
| Octal | 276 | 305 | 201 | 4 | 0 | 43 | 27 | 102 | 45 | 100 |
| Binary | 10111110 | 11000101 | 10000001 | 100 | 0 | 100011 | 10111 | 1000010 | 100101 | 1000000 |
Color Harmonies of #BEC581
Complementary color
Monochromatic Colors of #BEC581
Black with #BEC581
Text Example
Text Example
White with #BEC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC581; }
p { color: rgb(190,197,129); }
H1.HeaderClassName
{
color: #BEC581;
}
.AnyTagClassName
{
color: #BEC581;
}
</style>
background-color css
<style>
a { background-color: #BEC581; }
a { background-color: rgb(190,197,129); }
div.DivClassName
{
background-color: #BEC581;
}
.BgClassName
{
background-color: #BEC581;
}
</style>
border-color css
<style>
span { border-color: #BEC581; }
span { border-color: rgb(190,197,129); }
td.TdClassName
{
border-color: #BEC581;
}
.TagClassName
{
border-color: #BEC581;
}
</style>