Shades of Green Mist #BBC48D
Tints of Green Mist #BBC48D
RGB
CMYK
RGB Variations
Color information
#BBC48D (or 0xBBC48D) is known color: Green Mist. HEX triplet: BB, C4 and 8D. RGB value is (187,196,141). Sum of RGB (Red+Green+Blue) = 187+196+141=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC48D is #443B72. Grayscale: #BBBBBB. Windows color (decimal): -4471667 or 9290939. OLE color: 9290939.
HSL color Cylindrical-coordinate representation of color #BBC48D: hue angle of 69.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC48D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 141 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.23 |
| HSL | 69.82º | 0.32% | 0.66% | - |
| HSV(B) | 69.82º | 0.28% | 0.77% | - |
| XYZ | 45.04 | 51.97 | 32.86 | - |
| YUV | 187.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 141 | 0.05 | 0 | 0.28 | 0.23 | 69.82 | 0.32 | 0.66 |
| Hex | BB | C4 | 8D | 5 | 0 | 1C | 17 | 46 | 20 | 42 |
| Octal | 273 | 304 | 215 | 5 | 0 | 34 | 27 | 106 | 40 | 102 |
| Binary | 10111011 | 11000100 | 10001101 | 101 | 0 | 11100 | 10111 | 1000110 | 100000 | 1000010 |
Color Harmonies of #BBC48D
Complementary color
Monochromatic Colors of #BBC48D
Black with #BBC48D
Text Example
Text Example
White with #BBC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC48D; }
p { color: rgb(187,196,141); }
H1.HeaderClassName
{
color: #BBC48D;
}
.AnyTagClassName
{
color: #BBC48D;
}
</style>
background-color css
<style>
a { background-color: #BBC48D; }
a { background-color: rgb(187,196,141); }
div.DivClassName
{
background-color: #BBC48D;
}
.BgClassName
{
background-color: #BBC48D;
}
</style>
border-color css
<style>
span { border-color: #BBC48D; }
span { border-color: rgb(187,196,141); }
td.TdClassName
{
border-color: #BBC48D;
}
.TagClassName
{
border-color: #BBC48D;
}
</style>