Shades of Green Mist #BBC290
Tints of Green Mist #BBC290
RGB
CMYK
RGB Variations
Color information
#BBC290 (or 0xBBC290) is known color: Green Mist. HEX triplet: BB, C2 and 90. RGB value is (187,194,144). Sum of RGB (Red+Green+Blue) = 187+194+144=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC290 is #443D6F. Grayscale: #BABABA. Windows color (decimal): -4472176 or 9487035. OLE color: 9487035.
HSL color Cylindrical-coordinate representation of color #BBC290: hue angle of 68.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC290 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 144 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.24 |
| HSL | 68.4º | 0.29% | 0.66% | - |
| HSV(B) | 68.4º | 0.26% | 0.76% | - |
| XYZ | 44.82 | 51.16 | 33.9 | - |
| YUV | 186.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 144 | 0.04 | 0 | 0.26 | 0.24 | 68.4 | 0.29 | 0.66 |
| Hex | BB | C2 | 90 | 4 | 0 | 1A | 18 | 44 | 1D | 42 |
| Octal | 273 | 302 | 220 | 4 | 0 | 32 | 30 | 104 | 35 | 102 |
| Binary | 10111011 | 11000010 | 10010000 | 100 | 0 | 11010 | 11000 | 1000100 | 11101 | 1000010 |
Color Harmonies of #BBC290
Complementary color
Monochromatic Colors of #BBC290
Black with #BBC290
Text Example
Text Example
White with #BBC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC290; }
p { color: rgb(187,194,144); }
H1.HeaderClassName
{
color: #BBC290;
}
.AnyTagClassName
{
color: #BBC290;
}
</style>
background-color css
<style>
a { background-color: #BBC290; }
a { background-color: rgb(187,194,144); }
div.DivClassName
{
background-color: #BBC290;
}
.BgClassName
{
background-color: #BBC290;
}
</style>
border-color css
<style>
span { border-color: #BBC290; }
span { border-color: rgb(187,194,144); }
td.TdClassName
{
border-color: #BBC290;
}
.TagClassName
{
border-color: #BBC290;
}
</style>