Shades of Green Mist #B3B88D
Tints of Green Mist #B3B88D
RGB
CMYK
RGB Variations
Color information
#B3B88D (or 0xB3B88D) is known color: Green Mist. HEX triplet: B3, B8 and 8D. RGB value is (179,184,141). Sum of RGB (Red+Green+Blue) = 179+184+141=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B88D is #4C4772. Grayscale: #B1B1B1. Windows color (decimal): -4999027 or 9287859. OLE color: 9287859.
HSL color Cylindrical-coordinate representation of color #B3B88D: hue angle of 66.98º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3B88D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 184 | 141 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.28 |
| HSL | 66.98º | 0.23% | 0.64% | - |
| HSV(B) | 66.98º | 0.23% | 0.72% | - |
| XYZ | 40.54 | 45.79 | 31.9 | - |
| YUV | 177.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 184 | 141 | 0.03 | 0 | 0.23 | 0.28 | 66.98 | 0.23 | 0.64 |
| Hex | B3 | B8 | 8D | 3 | 0 | 17 | 1C | 43 | 17 | 40 |
| Octal | 263 | 270 | 215 | 3 | 0 | 27 | 34 | 103 | 27 | 100 |
| Binary | 10110011 | 10111000 | 10001101 | 11 | 0 | 10111 | 11100 | 1000011 | 10111 | 1000000 |
Color Harmonies of #B3B88D
Complementary color
Monochromatic Colors of #B3B88D
Black with #B3B88D
Text Example
Text Example
White with #B3B88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B88D; }
p { color: rgb(179,184,141); }
H1.HeaderClassName
{
color: #B3B88D;
}
.AnyTagClassName
{
color: #B3B88D;
}
</style>
background-color css
<style>
a { background-color: #B3B88D; }
a { background-color: rgb(179,184,141); }
div.DivClassName
{
background-color: #B3B88D;
}
.BgClassName
{
background-color: #B3B88D;
}
</style>
border-color css
<style>
span { border-color: #B3B88D; }
span { border-color: rgb(179,184,141); }
td.TdClassName
{
border-color: #B3B88D;
}
.TagClassName
{
border-color: #B3B88D;
}
</style>