Shades of Pine Glade #BEC37B
Tints of Pine Glade #BEC37B
RGB
CMYK
RGB Variations
Color information
#BEC37B (or 0xBEC37B) is known color: Pine Glade. HEX triplet: BE, C3 and 7B. RGB value is (190,195,123). Sum of RGB (Red+Green+Blue) = 190+195+123=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC37B is #413C84. Grayscale: #B9B9B9. Windows color (decimal): -4275333 or 8111038. OLE color: 8111038.
HSL color Cylindrical-coordinate representation of color #BEC37B: hue angle of 64.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC37B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 123 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.24 |
| HSL | 64.17º | 0.38% | 0.62% | - |
| HSV(B) | 64.17º | 0.37% | 0.76% | - |
| XYZ | 44.33 | 51.41 | 26.33 | - |
| YUV | 185.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 123 | 0.03 | 0 | 0.37 | 0.24 | 64.17 | 0.38 | 0.62 |
| Hex | BE | C3 | 7B | 3 | 0 | 25 | 18 | 40 | 26 | 3E |
| Octal | 276 | 303 | 173 | 3 | 0 | 45 | 30 | 100 | 46 | 76 |
| Binary | 10111110 | 11000011 | 1111011 | 11 | 0 | 100101 | 11000 | 1000000 | 100110 | 111110 |
Color Harmonies of #BEC37B
Complementary color
Monochromatic Colors of #BEC37B
Black with #BEC37B
Text Example
Text Example
White with #BEC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC37B; }
p { color: rgb(190,195,123); }
H1.HeaderClassName
{
color: #BEC37B;
}
.AnyTagClassName
{
color: #BEC37B;
}
</style>
background-color css
<style>
a { background-color: #BEC37B; }
a { background-color: rgb(190,195,123); }
div.DivClassName
{
background-color: #BEC37B;
}
.BgClassName
{
background-color: #BEC37B;
}
</style>
border-color css
<style>
span { border-color: #BEC37B; }
span { border-color: rgb(190,195,123); }
td.TdClassName
{
border-color: #BEC37B;
}
.TagClassName
{
border-color: #BEC37B;
}
</style>