Shades of Green Mist #BBC292
Tints of Green Mist #BBC292
RGB
CMYK
RGB Variations
Color information
#BBC292 (or 0xBBC292) is known color: Green Mist. HEX triplet: BB, C2 and 92. RGB value is (187,194,146). Sum of RGB (Red+Green+Blue) = 187+194+146=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC292 is #443D6D. Grayscale: #BABABA. Windows color (decimal): -4472174 or 9618107. OLE color: 9618107.
HSL color Cylindrical-coordinate representation of color #BBC292: hue angle of 68.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC292 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 146 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.24 |
| HSL | 68.75º | 0.28% | 0.67% | - |
| HSV(B) | 68.75º | 0.25% | 0.76% | - |
| XYZ | 44.97 | 51.22 | 34.71 | - |
| YUV | 186.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 146 | 0.04 | 0 | 0.25 | 0.24 | 68.75 | 0.28 | 0.67 |
| Hex | BB | C2 | 92 | 4 | 0 | 19 | 18 | 45 | 1C | 43 |
| Octal | 273 | 302 | 222 | 4 | 0 | 31 | 30 | 105 | 34 | 103 |
| Binary | 10111011 | 11000010 | 10010010 | 100 | 0 | 11001 | 11000 | 1000101 | 11100 | 1000011 |
Color Harmonies of #BBC292
Complementary color
Monochromatic Colors of #BBC292
Black with #BBC292
Text Example
Text Example
White with #BBC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC292; }
p { color: rgb(187,194,146); }
H1.HeaderClassName
{
color: #BBC292;
}
.AnyTagClassName
{
color: #BBC292;
}
</style>
background-color css
<style>
a { background-color: #BBC292; }
a { background-color: rgb(187,194,146); }
div.DivClassName
{
background-color: #BBC292;
}
.BgClassName
{
background-color: #BBC292;
}
</style>
border-color css
<style>
span { border-color: #BBC292; }
span { border-color: rgb(187,194,146); }
td.TdClassName
{
border-color: #BBC292;
}
.TagClassName
{
border-color: #BBC292;
}
</style>