Shades of Pine Glade #BECB80
Tints of Pine Glade #BECB80
RGB
CMYK
RGB Variations
Color information
#BECB80 (or 0xBECB80) is known color: Pine Glade. HEX triplet: BE, CB and 80. RGB value is (190,203,128). Sum of RGB (Red+Green+Blue) = 190+203+128=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB80 is #41347F. Grayscale: #BEBEBE. Windows color (decimal): -4273280 or 8440766. OLE color: 8440766.
HSL color Cylindrical-coordinate representation of color #BECB80: hue angle of 70.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BECB80 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 128 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.20 |
| HSL | 70.4º | 0.42% | 0.65% | - |
| HSV(B) | 70.4º | 0.37% | 0.8% | - |
| XYZ | 46.49 | 55.22 | 28.63 | - |
| YUV | 190.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 128 | 0.06 | 0 | 0.37 | 0.20 | 70.4 | 0.42 | 0.65 |
| Hex | BE | CB | 80 | 6 | 0 | 25 | 14 | 46 | 2A | 41 |
| Octal | 276 | 313 | 200 | 6 | 0 | 45 | 24 | 106 | 52 | 101 |
| Binary | 10111110 | 11001011 | 10000000 | 110 | 0 | 100101 | 10100 | 1000110 | 101010 | 1000001 |
Color Harmonies of #BECB80
Complementary color
Monochromatic Colors of #BECB80
Black with #BECB80
Text Example
Text Example
White with #BECB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB80; }
p { color: rgb(190,203,128); }
H1.HeaderClassName
{
color: #BECB80;
}
.AnyTagClassName
{
color: #BECB80;
}
</style>
background-color css
<style>
a { background-color: #BECB80; }
a { background-color: rgb(190,203,128); }
div.DivClassName
{
background-color: #BECB80;
}
.BgClassName
{
background-color: #BECB80;
}
</style>
border-color css
<style>
span { border-color: #BECB80; }
span { border-color: rgb(190,203,128); }
td.TdClassName
{
border-color: #BECB80;
}
.TagClassName
{
border-color: #BECB80;
}
</style>