Shades of Green Mist #BBC28D
Tints of Green Mist #BBC28D
RGB
CMYK
RGB Variations
Color information
#BBC28D (or 0xBBC28D) is known color: Green Mist. HEX triplet: BB, C2 and 8D. RGB value is (187,194,141). Sum of RGB (Red+Green+Blue) = 187+194+141=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC28D is #443D72. Grayscale: #BABABA. Windows color (decimal): -4472179 or 9290427. OLE color: 9290427.
HSL color Cylindrical-coordinate representation of color #BBC28D: hue angle of 67.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC28D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 141 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.24 |
| HSL | 67.92º | 0.3% | 0.66% | - |
| HSV(B) | 67.92º | 0.27% | 0.76% | - |
| XYZ | 44.59 | 51.07 | 32.71 | - |
| YUV | 185.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 141 | 0.04 | 0 | 0.27 | 0.24 | 67.92 | 0.3 | 0.66 |
| Hex | BB | C2 | 8D | 4 | 0 | 1B | 18 | 44 | 1E | 42 |
| Octal | 273 | 302 | 215 | 4 | 0 | 33 | 30 | 104 | 36 | 102 |
| Binary | 10111011 | 11000010 | 10001101 | 100 | 0 | 11011 | 11000 | 1000100 | 11110 | 1000010 |
Color Harmonies of #BBC28D
Complementary color
Monochromatic Colors of #BBC28D
Black with #BBC28D
Text Example
Text Example
White with #BBC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC28D; }
p { color: rgb(187,194,141); }
H1.HeaderClassName
{
color: #BBC28D;
}
.AnyTagClassName
{
color: #BBC28D;
}
</style>
background-color css
<style>
a { background-color: #BBC28D; }
a { background-color: rgb(187,194,141); }
div.DivClassName
{
background-color: #BBC28D;
}
.BgClassName
{
background-color: #BBC28D;
}
</style>
border-color css
<style>
span { border-color: #BBC28D; }
span { border-color: rgb(187,194,141); }
td.TdClassName
{
border-color: #BBC28D;
}
.TagClassName
{
border-color: #BBC28D;
}
</style>