Shades of Green Mist #B4BC94
Tints of Green Mist #B4BC94
RGB
CMYK
RGB Variations
Color information
#B4BC94 (or 0xB4BC94) is known color: Green Mist. HEX triplet: B4, BC and 94. RGB value is (180,188,148). Sum of RGB (Red+Green+Blue) = 180+188+148=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC94 is #4B436B. Grayscale: #B5B5B5. Windows color (decimal): -4932460 or 9747636. OLE color: 9747636.
HSL color Cylindrical-coordinate representation of color #B4BC94: hue angle of 72º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4BC94 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 148 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.26 |
| HSL | 72º | 0.23% | 0.66% | - |
| HSV(B) | 72º | 0.21% | 0.74% | - |
| XYZ | 42.15 | 47.81 | 35.02 | - |
| YUV | 181.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 148 | 0.04 | 0 | 0.21 | 0.26 | 72 | 0.23 | 0.66 |
| Hex | B4 | BC | 94 | 4 | 0 | 15 | 1A | 48 | 17 | 42 |
| Octal | 264 | 274 | 224 | 4 | 0 | 25 | 32 | 110 | 27 | 102 |
| Binary | 10110100 | 10111100 | 10010100 | 100 | 0 | 10101 | 11010 | 1001000 | 10111 | 1000010 |
Color Harmonies of #B4BC94
Complementary color
Monochromatic Colors of #B4BC94
Black with #B4BC94
Text Example
Text Example
White with #B4BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC94; }
p { color: rgb(180,188,148); }
H1.HeaderClassName
{
color: #B4BC94;
}
.AnyTagClassName
{
color: #B4BC94;
}
</style>
background-color css
<style>
a { background-color: #B4BC94; }
a { background-color: rgb(180,188,148); }
div.DivClassName
{
background-color: #B4BC94;
}
.BgClassName
{
background-color: #B4BC94;
}
</style>
border-color css
<style>
span { border-color: #B4BC94; }
span { border-color: rgb(180,188,148); }
td.TdClassName
{
border-color: #B4BC94;
}
.TagClassName
{
border-color: #B4BC94;
}
</style>