Shades of Pine Glade #BEC975
Tints of Pine Glade #BEC975
RGB
CMYK
RGB Variations
Color information
#BEC975 (or 0xBEC975) is known color: Pine Glade. HEX triplet: BE, C9 and 75. RGB value is (190,201,117). Sum of RGB (Red+Green+Blue) = 190+201+117=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC975 is #41368A. Grayscale: #BCBCBC. Windows color (decimal): -4273803 or 7719358. OLE color: 7719358.
HSL color Cylindrical-coordinate representation of color #BEC975: hue angle of 67.86º 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 #BEC975 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 117 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.21 |
| HSL | 67.86º | 0.44% | 0.62% | - |
| HSV(B) | 67.86º | 0.42% | 0.79% | - |
| XYZ | 45.33 | 54 | 24.86 | - |
| YUV | 188.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 117 | 0.05 | 0 | 0.42 | 0.21 | 67.86 | 0.44 | 0.62 |
| Hex | BE | C9 | 75 | 5 | 0 | 2A | 15 | 44 | 2C | 3E |
| Octal | 276 | 311 | 165 | 5 | 0 | 52 | 25 | 104 | 54 | 76 |
| Binary | 10111110 | 11001001 | 1110101 | 101 | 0 | 101010 | 10101 | 1000100 | 101100 | 111110 |
Color Harmonies of #BEC975
Complementary color
Monochromatic Colors of #BEC975
Black with #BEC975
Text Example
Text Example
White with #BEC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC975; }
p { color: rgb(190,201,117); }
H1.HeaderClassName
{
color: #BEC975;
}
.AnyTagClassName
{
color: #BEC975;
}
</style>
background-color css
<style>
a { background-color: #BEC975; }
a { background-color: rgb(190,201,117); }
div.DivClassName
{
background-color: #BEC975;
}
.BgClassName
{
background-color: #BEC975;
}
</style>
border-color css
<style>
span { border-color: #BEC975; }
span { border-color: rgb(190,201,117); }
td.TdClassName
{
border-color: #BEC975;
}
.TagClassName
{
border-color: #BEC975;
}
</style>