Shades of Pine Glade #BEC175
Tints of Pine Glade #BEC175
RGB
CMYK
RGB Variations
Color information
#BEC175 (or 0xBEC175) is known color: Pine Glade. HEX triplet: BE, C1 and 75. RGB value is (190,193,117). Sum of RGB (Red+Green+Blue) = 190+193+117=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC175 is #413E8A. Grayscale: #B7B7B7. Windows color (decimal): -4275851 or 7717310. OLE color: 7717310.
HSL color Cylindrical-coordinate representation of color #BEC175: hue angle of 62.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC175 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 117 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.24 |
| HSL | 62.37º | 0.38% | 0.61% | - |
| HSV(B) | 62.37º | 0.39% | 0.76% | - |
| XYZ | 43.52 | 50.37 | 24.26 | - |
| YUV | 183.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 117 | 0.02 | 0 | 0.39 | 0.24 | 62.37 | 0.38 | 0.61 |
| Hex | BE | C1 | 75 | 2 | 0 | 27 | 18 | 3E | 26 | 3D |
| Octal | 276 | 301 | 165 | 2 | 0 | 47 | 30 | 76 | 46 | 75 |
| Binary | 10111110 | 11000001 | 1110101 | 10 | 0 | 100111 | 11000 | 111110 | 100110 | 111101 |
Color Harmonies of #BEC175
Complementary color
Monochromatic Colors of #BEC175
Black with #BEC175
Text Example
Text Example
White with #BEC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC175; }
p { color: rgb(190,193,117); }
H1.HeaderClassName
{
color: #BEC175;
}
.AnyTagClassName
{
color: #BEC175;
}
</style>
background-color css
<style>
a { background-color: #BEC175; }
a { background-color: rgb(190,193,117); }
div.DivClassName
{
background-color: #BEC175;
}
.BgClassName
{
background-color: #BEC175;
}
</style>
border-color css
<style>
span { border-color: #BEC175; }
span { border-color: rgb(190,193,117); }
td.TdClassName
{
border-color: #BEC175;
}
.TagClassName
{
border-color: #BEC175;
}
</style>