Shades of Pine Glade #BEC272
Tints of Pine Glade #BEC272
RGB
CMYK
RGB Variations
Color information
#BEC272 (or 0xBEC272) is known color: Pine Glade. HEX triplet: BE, C2 and 72. RGB value is (190,194,114). Sum of RGB (Red+Green+Blue) = 190+194+114=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC272 is #413D8D. Grayscale: #B7B7B7. Windows color (decimal): -4275598 or 7520958. OLE color: 7520958.
HSL color Cylindrical-coordinate representation of color #BEC272: hue angle of 63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEC272 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 114 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.24 |
| HSL | 63º | 0.4% | 0.6% | - |
| HSV(B) | 63º | 0.41% | 0.76% | - |
| XYZ | 43.56 | 50.75 | 23.42 | - |
| YUV | 183.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 114 | 0.02 | 0 | 0.41 | 0.24 | 63 | 0.4 | 0.6 |
| Hex | BE | C2 | 72 | 2 | 0 | 29 | 18 | 3F | 28 | 3C |
| Octal | 276 | 302 | 162 | 2 | 0 | 51 | 30 | 77 | 50 | 74 |
| Binary | 10111110 | 11000010 | 1110010 | 10 | 0 | 101001 | 11000 | 111111 | 101000 | 111100 |
Color Harmonies of #BEC272
Complementary color
Monochromatic Colors of #BEC272
Black with #BEC272
Text Example
Text Example
White with #BEC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC272; }
p { color: rgb(190,194,114); }
H1.HeaderClassName
{
color: #BEC272;
}
.AnyTagClassName
{
color: #BEC272;
}
</style>
background-color css
<style>
a { background-color: #BEC272; }
a { background-color: rgb(190,194,114); }
div.DivClassName
{
background-color: #BEC272;
}
.BgClassName
{
background-color: #BEC272;
}
</style>
border-color css
<style>
span { border-color: #BEC272; }
span { border-color: rgb(190,194,114); }
td.TdClassName
{
border-color: #BEC272;
}
.TagClassName
{
border-color: #BEC272;
}
</style>