Shades of Green Mist #BBC28C
Tints of Green Mist #BBC28C
RGB
CMYK
RGB Variations
Color information
#BBC28C (or 0xBBC28C) is known color: Green Mist. HEX triplet: BB, C2 and 8C. RGB value is (187,194,140). Sum of RGB (Red+Green+Blue) = 187+194+140=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC28C is #443D73. Grayscale: #B9B9B9. Windows color (decimal): -4472180 or 9224891. OLE color: 9224891.
HSL color Cylindrical-coordinate representation of color #BBC28C: hue angle of 67.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC28C is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 140 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.24 |
| HSL | 67.78º | 0.31% | 0.65% | - |
| HSV(B) | 67.78º | 0.28% | 0.76% | - |
| XYZ | 44.52 | 51.04 | 32.32 | - |
| YUV | 185.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 140 | 0.04 | 0 | 0.28 | 0.24 | 67.78 | 0.31 | 0.65 |
| Hex | BB | C2 | 8C | 4 | 0 | 1C | 18 | 44 | 1F | 41 |
| Octal | 273 | 302 | 214 | 4 | 0 | 34 | 30 | 104 | 37 | 101 |
| Binary | 10111011 | 11000010 | 10001100 | 100 | 0 | 11100 | 11000 | 1000100 | 11111 | 1000001 |
Color Harmonies of #BBC28C
Complementary color
Monochromatic Colors of #BBC28C
Black with #BBC28C
Text Example
Text Example
White with #BBC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC28C; }
p { color: rgb(187,194,140); }
H1.HeaderClassName
{
color: #BBC28C;
}
.AnyTagClassName
{
color: #BBC28C;
}
</style>
background-color css
<style>
a { background-color: #BBC28C; }
a { background-color: rgb(187,194,140); }
div.DivClassName
{
background-color: #BBC28C;
}
.BgClassName
{
background-color: #BBC28C;
}
</style>
border-color css
<style>
span { border-color: #BBC28C; }
span { border-color: rgb(187,194,140); }
td.TdClassName
{
border-color: #BBC28C;
}
.TagClassName
{
border-color: #BBC28C;
}
</style>