Shades of Pine Glade #BEC270
Tints of Pine Glade #BEC270
RGB
CMYK
RGB Variations
Color information
#BEC270 (or 0xBEC270) is known color: Pine Glade. HEX triplet: BE, C2 and 70. RGB value is (190,194,112). Sum of RGB (Red+Green+Blue) = 190+194+112=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC270 is #413D8F. Grayscale: #B7B7B7. Windows color (decimal): -4275600 or 7389886. OLE color: 7389886.
HSL color Cylindrical-coordinate representation of color #BEC270: hue angle of 62.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC270 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 112 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.93º | 0.4% | 0.6% | - |
| HSV(B) | 62.93º | 0.42% | 0.76% | - |
| XYZ | 43.45 | 50.7 | 22.83 | - |
| YUV | 183.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 112 | 0.02 | 0 | 0.42 | 0.24 | 62.93 | 0.4 | 0.6 |
| Hex | BE | C2 | 70 | 2 | 0 | 2A | 18 | 3F | 28 | 3C |
| Octal | 276 | 302 | 160 | 2 | 0 | 52 | 30 | 77 | 50 | 74 |
| Binary | 10111110 | 11000010 | 1110000 | 10 | 0 | 101010 | 11000 | 111111 | 101000 | 111100 |
Color Harmonies of #BEC270
Complementary color
Monochromatic Colors of #BEC270
Black with #BEC270
Text Example
Text Example
White with #BEC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC270; }
p { color: rgb(190,194,112); }
H1.HeaderClassName
{
color: #BEC270;
}
.AnyTagClassName
{
color: #BEC270;
}
</style>
background-color css
<style>
a { background-color: #BEC270; }
a { background-color: rgb(190,194,112); }
div.DivClassName
{
background-color: #BEC270;
}
.BgClassName
{
background-color: #BEC270;
}
</style>
border-color css
<style>
span { border-color: #BEC270; }
span { border-color: rgb(190,194,112); }
td.TdClassName
{
border-color: #BEC270;
}
.TagClassName
{
border-color: #BEC270;
}
</style>