Shades of Green Mist #BECC90
Tints of Green Mist #BECC90
RGB
CMYK
RGB Variations
Color information
#BECC90 (or 0xBECC90) is known color: Green Mist. HEX triplet: BE, CC and 90. RGB value is (190,204,144). Sum of RGB (Red+Green+Blue) = 190+204+144=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC90 is #41336F. Grayscale: #C1C1C1. Windows color (decimal): -4273008 or 9489598. OLE color: 9489598.
HSL color Cylindrical-coordinate representation of color #BECC90: hue angle of 74º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BECC90 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 144 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.2 |
| HSL | 74º | 0.37% | 0.68% | - |
| HSV(B) | 74º | 0.29% | 0.8% | - |
| XYZ | 47.86 | 56.15 | 34.7 | - |
| YUV | 192.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 144 | 0.07 | 0 | 0.29 | 0.2 | 74 | 0.37 | 0.68 |
| Hex | BE | CC | 90 | 7 | 0 | 1D | 14 | 4A | 25 | 44 |
| Octal | 276 | 314 | 220 | 7 | 0 | 35 | 24 | 112 | 45 | 104 |
| Binary | 10111110 | 11001100 | 10010000 | 111 | 0 | 11101 | 10100 | 1001010 | 100101 | 1000100 |
Color Harmonies of #BECC90
Complementary color
Monochromatic Colors of #BECC90
Black with #BECC90
Text Example
Text Example
White with #BECC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC90; }
p { color: rgb(190,204,144); }
H1.HeaderClassName
{
color: #BECC90;
}
.AnyTagClassName
{
color: #BECC90;
}
</style>
background-color css
<style>
a { background-color: #BECC90; }
a { background-color: rgb(190,204,144); }
div.DivClassName
{
background-color: #BECC90;
}
.BgClassName
{
background-color: #BECC90;
}
</style>
border-color css
<style>
span { border-color: #BECC90; }
span { border-color: rgb(190,204,144); }
td.TdClassName
{
border-color: #BECC90;
}
.TagClassName
{
border-color: #BECC90;
}
</style>