Shades of Pine Glade #BEC075
Tints of Pine Glade #BEC075
RGB
CMYK
RGB Variations
Color information
#BEC075 (or 0xBEC075) is known color: Pine Glade. HEX triplet: BE, C0 and 75. RGB value is (190,192,117). Sum of RGB (Red+Green+Blue) = 190+192+117=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC075 is #413F8A. Grayscale: #B7B7B7. Windows color (decimal): -4276107 or 7717054. OLE color: 7717054.
HSL color Cylindrical-coordinate representation of color #BEC075: hue angle of 61.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC075 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 117 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.25 |
| HSL | 61.6º | 0.37% | 0.61% | - |
| HSV(B) | 61.6º | 0.39% | 0.75% | - |
| XYZ | 43.3 | 49.93 | 24.19 | - |
| YUV | 182.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 117 | 0.01 | 0 | 0.39 | 0.25 | 61.6 | 0.37 | 0.61 |
| Hex | BE | C0 | 75 | 1 | 0 | 27 | 19 | 3E | 25 | 3D |
| Octal | 276 | 300 | 165 | 1 | 0 | 47 | 31 | 76 | 45 | 75 |
| Binary | 10111110 | 11000000 | 1110101 | 1 | 0 | 100111 | 11001 | 111110 | 100101 | 111101 |
Color Harmonies of #BEC075
Complementary color
Monochromatic Colors of #BEC075
Black with #BEC075
Text Example
Text Example
White with #BEC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC075; }
p { color: rgb(190,192,117); }
H1.HeaderClassName
{
color: #BEC075;
}
.AnyTagClassName
{
color: #BEC075;
}
</style>
background-color css
<style>
a { background-color: #BEC075; }
a { background-color: rgb(190,192,117); }
div.DivClassName
{
background-color: #BEC075;
}
.BgClassName
{
background-color: #BEC075;
}
</style>
border-color css
<style>
span { border-color: #BEC075; }
span { border-color: rgb(190,192,117); }
td.TdClassName
{
border-color: #BEC075;
}
.TagClassName
{
border-color: #BEC075;
}
</style>