Shades of Pine Glade #BEC27A
Tints of Pine Glade #BEC27A
RGB
CMYK
RGB Variations
Color information
#BEC27A (or 0xBEC27A) is known color: Pine Glade. HEX triplet: BE, C2 and 7A. RGB value is (190,194,122). Sum of RGB (Red+Green+Blue) = 190+194+122=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC27A is #413D85. Grayscale: #B8B8B8. Windows color (decimal): -4275590 or 8045246. OLE color: 8045246.
HSL color Cylindrical-coordinate representation of color #BEC27A: hue angle of 63.33º 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 #BEC27A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 122 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.24 |
| HSL | 63.33º | 0.37% | 0.62% | - |
| HSV(B) | 63.33º | 0.37% | 0.76% | - |
| XYZ | 44.04 | 50.94 | 25.92 | - |
| YUV | 184.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 122 | 0.02 | 0 | 0.37 | 0.24 | 63.33 | 0.37 | 0.62 |
| Hex | BE | C2 | 7A | 2 | 0 | 25 | 18 | 3F | 25 | 3E |
| Octal | 276 | 302 | 172 | 2 | 0 | 45 | 30 | 77 | 45 | 76 |
| Binary | 10111110 | 11000010 | 1111010 | 10 | 0 | 100101 | 11000 | 111111 | 100101 | 111110 |
Color Harmonies of #BEC27A
Complementary color
Monochromatic Colors of #BEC27A
Black with #BEC27A
Text Example
Text Example
White with #BEC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC27A; }
p { color: rgb(190,194,122); }
H1.HeaderClassName
{
color: #BEC27A;
}
.AnyTagClassName
{
color: #BEC27A;
}
</style>
background-color css
<style>
a { background-color: #BEC27A; }
a { background-color: rgb(190,194,122); }
div.DivClassName
{
background-color: #BEC27A;
}
.BgClassName
{
background-color: #BEC27A;
}
</style>
border-color css
<style>
span { border-color: #BEC27A; }
span { border-color: rgb(190,194,122); }
td.TdClassName
{
border-color: #BEC27A;
}
.TagClassName
{
border-color: #BEC27A;
}
</style>