Shades of Pine Glade #BEC67D
Tints of Pine Glade #BEC67D
RGB
CMYK
RGB Variations
Color information
#BEC67D (or 0xBEC67D) is known color: Pine Glade. HEX triplet: BE, C6 and 7D. RGB value is (190,198,125). Sum of RGB (Red+Green+Blue) = 190+198+125=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC67D is #413982. Grayscale: #BBBBBB. Windows color (decimal): -4274563 or 8242878. OLE color: 8242878.
HSL color Cylindrical-coordinate representation of color #BEC67D: hue angle of 66.58º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC67D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 125 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.22 |
| HSL | 66.58º | 0.39% | 0.63% | - |
| HSV(B) | 66.58º | 0.37% | 0.78% | - |
| XYZ | 45.13 | 52.82 | 27.22 | - |
| YUV | 187.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 125 | 0.04 | 0 | 0.37 | 0.22 | 66.58 | 0.39 | 0.63 |
| Hex | BE | C6 | 7D | 4 | 0 | 25 | 16 | 43 | 27 | 3F |
| Octal | 276 | 306 | 175 | 4 | 0 | 45 | 26 | 103 | 47 | 77 |
| Binary | 10111110 | 11000110 | 1111101 | 100 | 0 | 100101 | 10110 | 1000011 | 100111 | 111111 |
Color Harmonies of #BEC67D
Complementary color
Monochromatic Colors of #BEC67D
Black with #BEC67D
Text Example
Text Example
White with #BEC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC67D; }
p { color: rgb(190,198,125); }
H1.HeaderClassName
{
color: #BEC67D;
}
.AnyTagClassName
{
color: #BEC67D;
}
</style>
background-color css
<style>
a { background-color: #BEC67D; }
a { background-color: rgb(190,198,125); }
div.DivClassName
{
background-color: #BEC67D;
}
.BgClassName
{
background-color: #BEC67D;
}
</style>
border-color css
<style>
span { border-color: #BEC67D; }
span { border-color: rgb(190,198,125); }
td.TdClassName
{
border-color: #BEC67D;
}
.TagClassName
{
border-color: #BEC67D;
}
</style>