Shades of Green Mist #BECC8A
Tints of Green Mist #BECC8A
RGB
CMYK
RGB Variations
Color information
#BECC8A (or 0xBECC8A) is known color: Green Mist. HEX triplet: BE, CC and 8A. RGB value is (190,204,138). Sum of RGB (Red+Green+Blue) = 190+204+138=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8A is #413375. Grayscale: #C0C0C0. Windows color (decimal): -4273014 or 9096382. OLE color: 9096382.
HSL color Cylindrical-coordinate representation of color #BECC8A: hue angle of 72.73º degrees, saturation: 0.39, 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 #BECC8A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 138 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.2 |
| HSL | 72.73º | 0.39% | 0.67% | - |
| HSV(B) | 72.73º | 0.32% | 0.8% | - |
| XYZ | 47.42 | 55.97 | 32.35 | - |
| YUV | 192.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 138 | 0.07 | 0 | 0.32 | 0.2 | 72.73 | 0.39 | 0.67 |
| Hex | BE | CC | 8A | 7 | 0 | 20 | 14 | 49 | 27 | 43 |
| Octal | 276 | 314 | 212 | 7 | 0 | 40 | 24 | 111 | 47 | 103 |
| Binary | 10111110 | 11001100 | 10001010 | 111 | 0 | 100000 | 10100 | 1001001 | 100111 | 1000011 |
Color Harmonies of #BECC8A
Complementary color
Monochromatic Colors of #BECC8A
Black with #BECC8A
Text Example
Text Example
White with #BECC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC8A; }
p { color: rgb(190,204,138); }
H1.HeaderClassName
{
color: #BECC8A;
}
.AnyTagClassName
{
color: #BECC8A;
}
</style>
background-color css
<style>
a { background-color: #BECC8A; }
a { background-color: rgb(190,204,138); }
div.DivClassName
{
background-color: #BECC8A;
}
.BgClassName
{
background-color: #BECC8A;
}
</style>
border-color css
<style>
span { border-color: #BECC8A; }
span { border-color: rgb(190,204,138); }
td.TdClassName
{
border-color: #BECC8A;
}
.TagClassName
{
border-color: #BECC8A;
}
</style>