Shades of Pine Glade #BEC17B
Tints of Pine Glade #BEC17B
RGB
CMYK
RGB Variations
Color information
#BEC17B (or 0xBEC17B) is known color: Pine Glade. HEX triplet: BE, C1 and 7B. RGB value is (190,193,123). Sum of RGB (Red+Green+Blue) = 190+193+123=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC17B is #413E84. Grayscale: #B8B8B8. Windows color (decimal): -4275845 or 8110526. OLE color: 8110526.
HSL color Cylindrical-coordinate representation of color #BEC17B: hue angle of 62.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC17B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 123 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.24 |
| HSL | 62.57º | 0.36% | 0.62% | - |
| HSV(B) | 62.57º | 0.36% | 0.76% | - |
| XYZ | 43.88 | 50.52 | 26.18 | - |
| YUV | 184.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 123 | 0.02 | 0 | 0.36 | 0.24 | 62.57 | 0.36 | 0.62 |
| Hex | BE | C1 | 7B | 2 | 0 | 24 | 18 | 3F | 24 | 3E |
| Octal | 276 | 301 | 173 | 2 | 0 | 44 | 30 | 77 | 44 | 76 |
| Binary | 10111110 | 11000001 | 1111011 | 10 | 0 | 100100 | 11000 | 111111 | 100100 | 111110 |
Color Harmonies of #BEC17B
Complementary color
Monochromatic Colors of #BEC17B
Black with #BEC17B
Text Example
Text Example
White with #BEC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC17B; }
p { color: rgb(190,193,123); }
H1.HeaderClassName
{
color: #BEC17B;
}
.AnyTagClassName
{
color: #BEC17B;
}
</style>
background-color css
<style>
a { background-color: #BEC17B; }
a { background-color: rgb(190,193,123); }
div.DivClassName
{
background-color: #BEC17B;
}
.BgClassName
{
background-color: #BEC17B;
}
</style>
border-color css
<style>
span { border-color: #BEC17B; }
span { border-color: rgb(190,193,123); }
td.TdClassName
{
border-color: #BEC17B;
}
.TagClassName
{
border-color: #BEC17B;
}
</style>