Shades of Green Mist #BECB8A
Tints of Green Mist #BECB8A
RGB
CMYK
RGB Variations
Color information
#BECB8A (or 0xBECB8A) is known color: Green Mist. HEX triplet: BE, CB and 8A. RGB value is (190,203,138). Sum of RGB (Red+Green+Blue) = 190+203+138=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB8A is #413475. Grayscale: #BFBFBF. Windows color (decimal): -4273270 or 9096126. OLE color: 9096126.
HSL color Cylindrical-coordinate representation of color #BECB8A: hue angle of 72º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BECB8A is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 138 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.20 |
| HSL | 72º | 0.38% | 0.67% | - |
| HSV(B) | 72º | 0.32% | 0.8% | - |
| XYZ | 47.18 | 55.49 | 32.27 | - |
| YUV | 191.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 138 | 0.06 | 0 | 0.32 | 0.20 | 72 | 0.38 | 0.67 |
| Hex | BE | CB | 8A | 6 | 0 | 20 | 14 | 48 | 26 | 43 |
| Octal | 276 | 313 | 212 | 6 | 0 | 40 | 24 | 110 | 46 | 103 |
| Binary | 10111110 | 11001011 | 10001010 | 110 | 0 | 100000 | 10100 | 1001000 | 100110 | 1000011 |
Color Harmonies of #BECB8A
Complementary color
Monochromatic Colors of #BECB8A
Black with #BECB8A
Text Example
Text Example
White with #BECB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB8A; }
p { color: rgb(190,203,138); }
H1.HeaderClassName
{
color: #BECB8A;
}
.AnyTagClassName
{
color: #BECB8A;
}
</style>
background-color css
<style>
a { background-color: #BECB8A; }
a { background-color: rgb(190,203,138); }
div.DivClassName
{
background-color: #BECB8A;
}
.BgClassName
{
background-color: #BECB8A;
}
</style>
border-color css
<style>
span { border-color: #BECB8A; }
span { border-color: rgb(190,203,138); }
td.TdClassName
{
border-color: #BECB8A;
}
.TagClassName
{
border-color: #BECB8A;
}
</style>