Shades of Green Mist #BECA8D
Tints of Green Mist #BECA8D
RGB
CMYK
RGB Variations
Color information
#BECA8D (or 0xBECA8D) is known color: Green Mist. HEX triplet: BE, CA and 8D. RGB value is (190,202,141). Sum of RGB (Red+Green+Blue) = 190+202+141=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA8D is #413572. Grayscale: #BFBFBF. Windows color (decimal): -4273523 or 9292478. OLE color: 9292478.
HSL color Cylindrical-coordinate representation of color #BECA8D: hue angle of 71.8º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BECA8D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 141 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.21 |
| HSL | 71.8º | 0.37% | 0.67% | - |
| HSV(B) | 71.8º | 0.3% | 0.79% | - |
| XYZ | 47.16 | 55.11 | 33.35 | - |
| YUV | 191.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 141 | 0.06 | 0 | 0.30 | 0.21 | 71.8 | 0.37 | 0.67 |
| Hex | BE | CA | 8D | 6 | 0 | 1E | 15 | 48 | 25 | 43 |
| Octal | 276 | 312 | 215 | 6 | 0 | 36 | 25 | 110 | 45 | 103 |
| Binary | 10111110 | 11001010 | 10001101 | 110 | 0 | 11110 | 10101 | 1001000 | 100101 | 1000011 |
Color Harmonies of #BECA8D
Complementary color
Monochromatic Colors of #BECA8D
Black with #BECA8D
Text Example
Text Example
White with #BECA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA8D; }
p { color: rgb(190,202,141); }
H1.HeaderClassName
{
color: #BECA8D;
}
.AnyTagClassName
{
color: #BECA8D;
}
</style>
background-color css
<style>
a { background-color: #BECA8D; }
a { background-color: rgb(190,202,141); }
div.DivClassName
{
background-color: #BECA8D;
}
.BgClassName
{
background-color: #BECA8D;
}
</style>
border-color css
<style>
span { border-color: #BECA8D; }
span { border-color: rgb(190,202,141); }
td.TdClassName
{
border-color: #BECA8D;
}
.TagClassName
{
border-color: #BECA8D;
}
</style>