Shades of Green Mist #B5BC8D
Tints of Green Mist #B5BC8D
RGB
CMYK
RGB Variations
Color information
#B5BC8D (or 0xB5BC8D) is known color: Green Mist. HEX triplet: B5, BC and 8D. RGB value is (181,188,141). Sum of RGB (Red+Green+Blue) = 181+188+141=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC8D is #4A4372. Grayscale: #B4B4B4. Windows color (decimal): -4866931 or 9288885. OLE color: 9288885.
HSL color Cylindrical-coordinate representation of color #B5BC8D: hue angle of 68.94º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5BC8D is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 141 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.26 |
| HSL | 68.94º | 0.26% | 0.65% | - |
| HSV(B) | 68.94º | 0.25% | 0.74% | - |
| XYZ | 41.85 | 47.71 | 32.2 | - |
| YUV | 180.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 141 | 0.04 | 0 | 0.25 | 0.26 | 68.94 | 0.26 | 0.65 |
| Hex | B5 | BC | 8D | 4 | 0 | 19 | 1A | 45 | 1A | 41 |
| Octal | 265 | 274 | 215 | 4 | 0 | 31 | 32 | 105 | 32 | 101 |
| Binary | 10110101 | 10111100 | 10001101 | 100 | 0 | 11001 | 11010 | 1000101 | 11010 | 1000001 |
Color Harmonies of #B5BC8D
Complementary color
Monochromatic Colors of #B5BC8D
Black with #B5BC8D
Text Example
Text Example
White with #B5BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC8D; }
p { color: rgb(181,188,141); }
H1.HeaderClassName
{
color: #B5BC8D;
}
.AnyTagClassName
{
color: #B5BC8D;
}
</style>
background-color css
<style>
a { background-color: #B5BC8D; }
a { background-color: rgb(181,188,141); }
div.DivClassName
{
background-color: #B5BC8D;
}
.BgClassName
{
background-color: #B5BC8D;
}
</style>
border-color css
<style>
span { border-color: #B5BC8D; }
span { border-color: rgb(181,188,141); }
td.TdClassName
{
border-color: #B5BC8D;
}
.TagClassName
{
border-color: #B5BC8D;
}
</style>