Shades of Pine Glade #BEC170
Tints of Pine Glade #BEC170
RGB
CMYK
RGB Variations
Color information
#BEC170 (or 0xBEC170) is known color: Pine Glade. HEX triplet: BE, C1 and 70. RGB value is (190,193,112). Sum of RGB (Red+Green+Blue) = 190+193+112=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC170 is #413E8F. Grayscale: #B7B7B7. Windows color (decimal): -4275856 or 7389630. OLE color: 7389630.
HSL color Cylindrical-coordinate representation of color #BEC170: hue angle of 62.22º 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 #BEC170 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 112 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.22º | 0.4% | 0.6% | - |
| HSV(B) | 62.22º | 0.42% | 0.76% | - |
| XYZ | 43.23 | 50.26 | 22.75 | - |
| YUV | 182.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 112 | 0.02 | 0 | 0.42 | 0.24 | 62.22 | 0.4 | 0.6 |
| Hex | BE | C1 | 70 | 2 | 0 | 2A | 18 | 3E | 28 | 3C |
| Octal | 276 | 301 | 160 | 2 | 0 | 52 | 30 | 76 | 50 | 74 |
| Binary | 10111110 | 11000001 | 1110000 | 10 | 0 | 101010 | 11000 | 111110 | 101000 | 111100 |
Color Harmonies of #BEC170
Complementary color
Monochromatic Colors of #BEC170
Black with #BEC170
Text Example
Text Example
White with #BEC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC170; }
p { color: rgb(190,193,112); }
H1.HeaderClassName
{
color: #BEC170;
}
.AnyTagClassName
{
color: #BEC170;
}
</style>
background-color css
<style>
a { background-color: #BEC170; }
a { background-color: rgb(190,193,112); }
div.DivClassName
{
background-color: #BEC170;
}
.BgClassName
{
background-color: #BEC170;
}
</style>
border-color css
<style>
span { border-color: #BEC170; }
span { border-color: rgb(190,193,112); }
td.TdClassName
{
border-color: #BEC170;
}
.TagClassName
{
border-color: #BEC170;
}
</style>