Shades of Pine Glade #BEC07A
Tints of Pine Glade #BEC07A
RGB
CMYK
RGB Variations
Color information
#BEC07A (or 0xBEC07A) is known color: Pine Glade. HEX triplet: BE, C0 and 7A. RGB value is (190,192,122). Sum of RGB (Red+Green+Blue) = 190+192+122=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07A is #413F85. Grayscale: #B7B7B7. Windows color (decimal): -4276102 or 8044734. OLE color: 8044734.
HSL color Cylindrical-coordinate representation of color #BEC07A: hue angle of 61.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC07A is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 122 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.25 |
| HSL | 61.71º | 0.36% | 0.62% | - |
| HSV(B) | 61.71º | 0.36% | 0.75% | - |
| XYZ | 43.6 | 50.05 | 25.78 | - |
| YUV | 183.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 122 | 0.01 | 0 | 0.36 | 0.25 | 61.71 | 0.36 | 0.62 |
| Hex | BE | C0 | 7A | 1 | 0 | 24 | 19 | 3E | 24 | 3E |
| Octal | 276 | 300 | 172 | 1 | 0 | 44 | 31 | 76 | 44 | 76 |
| Binary | 10111110 | 11000000 | 1111010 | 1 | 0 | 100100 | 11001 | 111110 | 100100 | 111110 |
Color Harmonies of #BEC07A
Complementary color
Monochromatic Colors of #BEC07A
Black with #BEC07A
Text Example
Text Example
White with #BEC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC07A; }
p { color: rgb(190,192,122); }
H1.HeaderClassName
{
color: #BEC07A;
}
.AnyTagClassName
{
color: #BEC07A;
}
</style>
background-color css
<style>
a { background-color: #BEC07A; }
a { background-color: rgb(190,192,122); }
div.DivClassName
{
background-color: #BEC07A;
}
.BgClassName
{
background-color: #BEC07A;
}
</style>
border-color css
<style>
span { border-color: #BEC07A; }
span { border-color: rgb(190,192,122); }
td.TdClassName
{
border-color: #BEC07A;
}
.TagClassName
{
border-color: #BEC07A;
}
</style>