Shades of Green Mist #BBC093
Tints of Green Mist #BBC093
RGB
CMYK
RGB Variations
Color information
#BBC093 (or 0xBBC093) is known color: Green Mist. HEX triplet: BB, C0 and 93. RGB value is (187,192,147). Sum of RGB (Red+Green+Blue) = 187+192+147=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC093 is #443F6C. Grayscale: #B9B9B9. Windows color (decimal): -4472685 or 9683131. OLE color: 9683131.
HSL color Cylindrical-coordinate representation of color #BBC093: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC093 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 147 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.25 |
| HSL | 66.67º | 0.26% | 0.66% | - |
| HSV(B) | 66.67º | 0.23% | 0.75% | - |
| XYZ | 44.61 | 50.37 | 34.98 | - |
| YUV | 185.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 147 | 0.03 | 0 | 0.23 | 0.25 | 66.67 | 0.26 | 0.66 |
| Hex | BB | C0 | 93 | 3 | 0 | 17 | 19 | 43 | 1A | 42 |
| Octal | 273 | 300 | 223 | 3 | 0 | 27 | 31 | 103 | 32 | 102 |
| Binary | 10111011 | 11000000 | 10010011 | 11 | 0 | 10111 | 11001 | 1000011 | 11010 | 1000010 |
Color Harmonies of #BBC093
Complementary color
Monochromatic Colors of #BBC093
Black with #BBC093
Text Example
Text Example
White with #BBC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC093; }
p { color: rgb(187,192,147); }
H1.HeaderClassName
{
color: #BBC093;
}
.AnyTagClassName
{
color: #BBC093;
}
</style>
background-color css
<style>
a { background-color: #BBC093; }
a { background-color: rgb(187,192,147); }
div.DivClassName
{
background-color: #BBC093;
}
.BgClassName
{
background-color: #BBC093;
}
</style>
border-color css
<style>
span { border-color: #BBC093; }
span { border-color: rgb(187,192,147); }
td.TdClassName
{
border-color: #BBC093;
}
.TagClassName
{
border-color: #BBC093;
}
</style>