Shades of Green Mist #B6BC90
Tints of Green Mist #B6BC90
RGB
CMYK
RGB Variations
Color information
#B6BC90 (or 0xB6BC90) is known color: Green Mist. HEX triplet: B6, BC and 90. RGB value is (182,188,144). Sum of RGB (Red+Green+Blue) = 182+188+144=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BC90 is #49436F. Grayscale: #B5B5B5. Windows color (decimal): -4801392 or 9485494. OLE color: 9485494.
HSL color Cylindrical-coordinate representation of color #B6BC90: hue angle of 68.18º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BC90 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 144 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.26 |
| HSL | 68.18º | 0.25% | 0.65% | - |
| HSV(B) | 68.18º | 0.23% | 0.74% | - |
| XYZ | 42.31 | 47.93 | 33.41 | - |
| YUV | 181.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 144 | 0.03 | 0 | 0.23 | 0.26 | 68.18 | 0.25 | 0.65 |
| Hex | B6 | BC | 90 | 3 | 0 | 17 | 1A | 44 | 19 | 41 |
| Octal | 266 | 274 | 220 | 3 | 0 | 27 | 32 | 104 | 31 | 101 |
| Binary | 10110110 | 10111100 | 10010000 | 11 | 0 | 10111 | 11010 | 1000100 | 11001 | 1000001 |
Color Harmonies of #B6BC90
Complementary color
Monochromatic Colors of #B6BC90
Black with #B6BC90
Text Example
Text Example
White with #B6BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC90; }
p { color: rgb(182,188,144); }
H1.HeaderClassName
{
color: #B6BC90;
}
.AnyTagClassName
{
color: #B6BC90;
}
</style>
background-color css
<style>
a { background-color: #B6BC90; }
a { background-color: rgb(182,188,144); }
div.DivClassName
{
background-color: #B6BC90;
}
.BgClassName
{
background-color: #B6BC90;
}
</style>
border-color css
<style>
span { border-color: #B6BC90; }
span { border-color: rgb(182,188,144); }
td.TdClassName
{
border-color: #B6BC90;
}
.TagClassName
{
border-color: #B6BC90;
}
</style>