Shades of Pine Glade #BEC77B
Tints of Pine Glade #BEC77B
RGB
CMYK
RGB Variations
Color information
#BEC77B (or 0xBEC77B) is known color: Pine Glade. HEX triplet: BE, C7 and 7B. RGB value is (190,199,123). Sum of RGB (Red+Green+Blue) = 190+199+123=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC77B is #413884. Grayscale: #BBBBBB. Windows color (decimal): -4274309 or 8112062. OLE color: 8112062.
HSL color Cylindrical-coordinate representation of color #BEC77B: hue angle of 67.11º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEC77B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 123 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.22 |
| HSL | 67.11º | 0.4% | 0.63% | - |
| HSV(B) | 67.11º | 0.38% | 0.78% | - |
| XYZ | 45.23 | 53.22 | 26.63 | - |
| YUV | 187.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 123 | 0.05 | 0 | 0.38 | 0.22 | 67.11 | 0.4 | 0.63 |
| Hex | BE | C7 | 7B | 5 | 0 | 26 | 16 | 43 | 28 | 3F |
| Octal | 276 | 307 | 173 | 5 | 0 | 46 | 26 | 103 | 50 | 77 |
| Binary | 10111110 | 11000111 | 1111011 | 101 | 0 | 100110 | 10110 | 1000011 | 101000 | 111111 |
Color Harmonies of #BEC77B
Complementary color
Monochromatic Colors of #BEC77B
Black with #BEC77B
Text Example
Text Example
White with #BEC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC77B; }
p { color: rgb(190,199,123); }
H1.HeaderClassName
{
color: #BEC77B;
}
.AnyTagClassName
{
color: #BEC77B;
}
</style>
background-color css
<style>
a { background-color: #BEC77B; }
a { background-color: rgb(190,199,123); }
div.DivClassName
{
background-color: #BEC77B;
}
.BgClassName
{
background-color: #BEC77B;
}
</style>
border-color css
<style>
span { border-color: #BEC77B; }
span { border-color: rgb(190,199,123); }
td.TdClassName
{
border-color: #BEC77B;
}
.TagClassName
{
border-color: #BEC77B;
}
</style>