Shades of Pine Glade #BEC374
Tints of Pine Glade #BEC374
RGB
CMYK
RGB Variations
Color information
#BEC374 (or 0xBEC374) is known color: Pine Glade. HEX triplet: BE, C3 and 74. RGB value is (190,195,116). Sum of RGB (Red+Green+Blue) = 190+195+116=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC374 is #413C8B. Grayscale: #B8B8B8. Windows color (decimal): -4275340 or 7652286. OLE color: 7652286.
HSL color Cylindrical-coordinate representation of color #BEC374: hue angle of 63.8º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEC374 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 116 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.24 |
| HSL | 63.8º | 0.4% | 0.61% | - |
| HSV(B) | 63.8º | 0.41% | 0.76% | - |
| XYZ | 43.9 | 51.24 | 24.1 | - |
| YUV | 184.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 116 | 0.03 | 0 | 0.41 | 0.24 | 63.8 | 0.4 | 0.61 |
| Hex | BE | C3 | 74 | 3 | 0 | 29 | 18 | 40 | 28 | 3D |
| Octal | 276 | 303 | 164 | 3 | 0 | 51 | 30 | 100 | 50 | 75 |
| Binary | 10111110 | 11000011 | 1110100 | 11 | 0 | 101001 | 11000 | 1000000 | 101000 | 111101 |
Color Harmonies of #BEC374
Complementary color
Monochromatic Colors of #BEC374
Black with #BEC374
Text Example
Text Example
White with #BEC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC374; }
p { color: rgb(190,195,116); }
H1.HeaderClassName
{
color: #BEC374;
}
.AnyTagClassName
{
color: #BEC374;
}
</style>
background-color css
<style>
a { background-color: #BEC374; }
a { background-color: rgb(190,195,116); }
div.DivClassName
{
background-color: #BEC374;
}
.BgClassName
{
background-color: #BEC374;
}
</style>
border-color css
<style>
span { border-color: #BEC374; }
span { border-color: rgb(190,195,116); }
td.TdClassName
{
border-color: #BEC374;
}
.TagClassName
{
border-color: #BEC374;
}
</style>