Shades of Pine Glade #BEC488
Tints of Pine Glade #BEC488
RGB
CMYK
RGB Variations
Color information
#BEC488 (or 0xBEC488) is known color: Pine Glade. HEX triplet: BE, C4 and 88. RGB value is (190,196,136). Sum of RGB (Red+Green+Blue) = 190+196+136=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC488 is #413B77. Grayscale: #BBBBBB. Windows color (decimal): -4275064 or 8963262. OLE color: 8963262.
HSL color Cylindrical-coordinate representation of color #BEC488: hue angle of 66º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEC488 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 136 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.23 |
| HSL | 66º | 0.34% | 0.65% | - |
| HSV(B) | 66º | 0.31% | 0.77% | - |
| XYZ | 45.42 | 52.2 | 30.98 | - |
| YUV | 187.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 136 | 0.03 | 0 | 0.31 | 0.23 | 66 | 0.34 | 0.65 |
| Hex | BE | C4 | 88 | 3 | 0 | 1F | 17 | 42 | 22 | 41 |
| Octal | 276 | 304 | 210 | 3 | 0 | 37 | 27 | 102 | 42 | 101 |
| Binary | 10111110 | 11000100 | 10001000 | 11 | 0 | 11111 | 10111 | 1000010 | 100010 | 1000001 |
Color Harmonies of #BEC488
Complementary color
Monochromatic Colors of #BEC488
Black with #BEC488
Text Example
Text Example
White with #BEC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC488; }
p { color: rgb(190,196,136); }
H1.HeaderClassName
{
color: #BEC488;
}
.AnyTagClassName
{
color: #BEC488;
}
</style>
background-color css
<style>
a { background-color: #BEC488; }
a { background-color: rgb(190,196,136); }
div.DivClassName
{
background-color: #BEC488;
}
.BgClassName
{
background-color: #BEC488;
}
</style>
border-color css
<style>
span { border-color: #BEC488; }
span { border-color: rgb(190,196,136); }
td.TdClassName
{
border-color: #BEC488;
}
.TagClassName
{
border-color: #BEC488;
}
</style>