Shades of Pine Glade #BEC974
Tints of Pine Glade #BEC974
RGB
CMYK
RGB Variations
Color information
#BEC974 (or 0xBEC974) is known color: Pine Glade. HEX triplet: BE, C9 and 74. RGB value is (190,201,116). Sum of RGB (Red+Green+Blue) = 190+201+116=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC974 is #41368B. Grayscale: #BCBCBC. Windows color (decimal): -4273804 or 7653822. OLE color: 7653822.
HSL color Cylindrical-coordinate representation of color #BEC974: hue angle of 67.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC974 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 116 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.21 |
| HSL | 67.76º | 0.44% | 0.62% | - |
| HSV(B) | 67.76º | 0.42% | 0.79% | - |
| XYZ | 45.27 | 53.98 | 24.56 | - |
| YUV | 188.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 116 | 0.05 | 0 | 0.42 | 0.21 | 67.76 | 0.44 | 0.62 |
| Hex | BE | C9 | 74 | 5 | 0 | 2A | 15 | 44 | 2C | 3E |
| Octal | 276 | 311 | 164 | 5 | 0 | 52 | 25 | 104 | 54 | 76 |
| Binary | 10111110 | 11001001 | 1110100 | 101 | 0 | 101010 | 10101 | 1000100 | 101100 | 111110 |
Color Harmonies of #BEC974
Complementary color
Monochromatic Colors of #BEC974
Black with #BEC974
Text Example
Text Example
White with #BEC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC974; }
p { color: rgb(190,201,116); }
H1.HeaderClassName
{
color: #BEC974;
}
.AnyTagClassName
{
color: #BEC974;
}
</style>
background-color css
<style>
a { background-color: #BEC974; }
a { background-color: rgb(190,201,116); }
div.DivClassName
{
background-color: #BEC974;
}
.BgClassName
{
background-color: #BEC974;
}
</style>
border-color css
<style>
span { border-color: #BEC974; }
span { border-color: rgb(190,201,116); }
td.TdClassName
{
border-color: #BEC974;
}
.TagClassName
{
border-color: #BEC974;
}
</style>