Shades of Pine Glade #BEC976
Tints of Pine Glade #BEC976
RGB
CMYK
RGB Variations
Color information
#BEC976 (or 0xBEC976) is known color: Pine Glade. HEX triplet: BE, C9 and 76. RGB value is (190,201,118). Sum of RGB (Red+Green+Blue) = 190+201+118=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC976 is #413689. Grayscale: #BCBCBC. Windows color (decimal): -4273802 or 7784894. OLE color: 7784894.
HSL color Cylindrical-coordinate representation of color #BEC976: hue angle of 67.95º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEC976 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 118 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.21 |
| HSL | 67.95º | 0.43% | 0.63% | - |
| HSV(B) | 67.95º | 0.41% | 0.79% | - |
| XYZ | 45.39 | 54.03 | 25.18 | - |
| YUV | 188.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 118 | 0.05 | 0 | 0.41 | 0.21 | 67.95 | 0.43 | 0.63 |
| Hex | BE | C9 | 76 | 5 | 0 | 29 | 15 | 44 | 2B | 3F |
| Octal | 276 | 311 | 166 | 5 | 0 | 51 | 25 | 104 | 53 | 77 |
| Binary | 10111110 | 11001001 | 1110110 | 101 | 0 | 101001 | 10101 | 1000100 | 101011 | 111111 |
Color Harmonies of #BEC976
Complementary color
Monochromatic Colors of #BEC976
Black with #BEC976
Text Example
Text Example
White with #BEC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC976; }
p { color: rgb(190,201,118); }
H1.HeaderClassName
{
color: #BEC976;
}
.AnyTagClassName
{
color: #BEC976;
}
</style>
background-color css
<style>
a { background-color: #BEC976; }
a { background-color: rgb(190,201,118); }
div.DivClassName
{
background-color: #BEC976;
}
.BgClassName
{
background-color: #BEC976;
}
</style>
border-color css
<style>
span { border-color: #BEC976; }
span { border-color: rgb(190,201,118); }
td.TdClassName
{
border-color: #BEC976;
}
.TagClassName
{
border-color: #BEC976;
}
</style>