Shades of Pine Glade #BEC27B
Tints of Pine Glade #BEC27B
RGB
CMYK
RGB Variations
Color information
#BEC27B (or 0xBEC27B) is known color: Pine Glade. HEX triplet: BE, C2 and 7B. RGB value is (190,194,123). Sum of RGB (Red+Green+Blue) = 190+194+123=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC27B is #413D84. Grayscale: #B8B8B8. Windows color (decimal): -4275589 or 8110782. OLE color: 8110782.
HSL color Cylindrical-coordinate representation of color #BEC27B: hue angle of 63.38º degrees, saturation: 0.37, 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 #BEC27B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 123 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.24 |
| HSL | 63.38º | 0.37% | 0.62% | - |
| HSV(B) | 63.38º | 0.37% | 0.76% | - |
| XYZ | 44.1 | 50.96 | 26.25 | - |
| YUV | 184.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 123 | 0.02 | 0 | 0.37 | 0.24 | 63.38 | 0.37 | 0.62 |
| Hex | BE | C2 | 7B | 2 | 0 | 25 | 18 | 3F | 25 | 3E |
| Octal | 276 | 302 | 173 | 2 | 0 | 45 | 30 | 77 | 45 | 76 |
| Binary | 10111110 | 11000010 | 1111011 | 10 | 0 | 100101 | 11000 | 111111 | 100101 | 111110 |
Color Harmonies of #BEC27B
Complementary color
Monochromatic Colors of #BEC27B
Black with #BEC27B
Text Example
Text Example
White with #BEC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC27B; }
p { color: rgb(190,194,123); }
H1.HeaderClassName
{
color: #BEC27B;
}
.AnyTagClassName
{
color: #BEC27B;
}
</style>
background-color css
<style>
a { background-color: #BEC27B; }
a { background-color: rgb(190,194,123); }
div.DivClassName
{
background-color: #BEC27B;
}
.BgClassName
{
background-color: #BEC27B;
}
</style>
border-color css
<style>
span { border-color: #BEC27B; }
span { border-color: rgb(190,194,123); }
td.TdClassName
{
border-color: #BEC27B;
}
.TagClassName
{
border-color: #BEC27B;
}
</style>