Shades of Pine Glade #BEC67A
Tints of Pine Glade #BEC67A
RGB
CMYK
RGB Variations
Color information
#BEC67A (or 0xBEC67A) is known color: Pine Glade. HEX triplet: BE, C6 and 7A. RGB value is (190,198,122). Sum of RGB (Red+Green+Blue) = 190+198+122=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC67A is #413985. Grayscale: #BBBBBB. Windows color (decimal): -4274566 or 8046270. OLE color: 8046270.
HSL color Cylindrical-coordinate representation of color #BEC67A: hue angle of 66.32º 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 #BEC67A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 122 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.22 |
| HSL | 66.32º | 0.4% | 0.63% | - |
| HSV(B) | 66.32º | 0.38% | 0.78% | - |
| XYZ | 44.94 | 52.74 | 26.22 | - |
| YUV | 186.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 122 | 0.04 | 0 | 0.38 | 0.22 | 66.32 | 0.4 | 0.63 |
| Hex | BE | C6 | 7A | 4 | 0 | 26 | 16 | 42 | 28 | 3F |
| Octal | 276 | 306 | 172 | 4 | 0 | 46 | 26 | 102 | 50 | 77 |
| Binary | 10111110 | 11000110 | 1111010 | 100 | 0 | 100110 | 10110 | 1000010 | 101000 | 111111 |
Color Harmonies of #BEC67A
Complementary color
Monochromatic Colors of #BEC67A
Black with #BEC67A
Text Example
Text Example
White with #BEC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC67A; }
p { color: rgb(190,198,122); }
H1.HeaderClassName
{
color: #BEC67A;
}
.AnyTagClassName
{
color: #BEC67A;
}
</style>
background-color css
<style>
a { background-color: #BEC67A; }
a { background-color: rgb(190,198,122); }
div.DivClassName
{
background-color: #BEC67A;
}
.BgClassName
{
background-color: #BEC67A;
}
</style>
border-color css
<style>
span { border-color: #BEC67A; }
span { border-color: rgb(190,198,122); }
td.TdClassName
{
border-color: #BEC67A;
}
.TagClassName
{
border-color: #BEC67A;
}
</style>