Shades of Green Mist #BECA93
Tints of Green Mist #BECA93
RGB
CMYK
RGB Variations
Color information
#BECA93 (or 0xBECA93) is known color: Green Mist. HEX triplet: BE, CA and 93. RGB value is (190,202,147). Sum of RGB (Red+Green+Blue) = 190+202+147=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA93 is #41356C. Grayscale: #C0C0C0. Windows color (decimal): -4273517 or 9685694. OLE color: 9685694.
HSL color Cylindrical-coordinate representation of color #BECA93: hue angle of 73.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BECA93 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 147 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.21 |
| HSL | 73.09º | 0.34% | 0.68% | - |
| HSV(B) | 73.09º | 0.27% | 0.79% | - |
| XYZ | 47.62 | 55.29 | 35.77 | - |
| YUV | 192.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 147 | 0.06 | 0 | 0.27 | 0.21 | 73.09 | 0.34 | 0.68 |
| Hex | BE | CA | 93 | 6 | 0 | 1B | 15 | 49 | 22 | 44 |
| Octal | 276 | 312 | 223 | 6 | 0 | 33 | 25 | 111 | 42 | 104 |
| Binary | 10111110 | 11001010 | 10010011 | 110 | 0 | 11011 | 10101 | 1001001 | 100010 | 1000100 |
Color Harmonies of #BECA93
Complementary color
Monochromatic Colors of #BECA93
Black with #BECA93
Text Example
Text Example
White with #BECA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA93; }
p { color: rgb(190,202,147); }
H1.HeaderClassName
{
color: #BECA93;
}
.AnyTagClassName
{
color: #BECA93;
}
</style>
background-color css
<style>
a { background-color: #BECA93; }
a { background-color: rgb(190,202,147); }
div.DivClassName
{
background-color: #BECA93;
}
.BgClassName
{
background-color: #BECA93;
}
</style>
border-color css
<style>
span { border-color: #BECA93; }
span { border-color: rgb(190,202,147); }
td.TdClassName
{
border-color: #BECA93;
}
.TagClassName
{
border-color: #BECA93;
}
</style>