Shades of Green Mist #BBC493
Tints of Green Mist #BBC493
RGB
CMYK
RGB Variations
Color information
#BBC493 (or 0xBBC493) is known color: Green Mist. HEX triplet: BB, C4 and 93. RGB value is (187,196,147). Sum of RGB (Red+Green+Blue) = 187+196+147=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC493 is #443B6C. Grayscale: #BBBBBB. Windows color (decimal): -4471661 or 9684155. OLE color: 9684155.
HSL color Cylindrical-coordinate representation of color #BBC493: hue angle of 71.02º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC493 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 147 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.23 |
| HSL | 71.02º | 0.29% | 0.67% | - |
| HSV(B) | 71.02º | 0.25% | 0.77% | - |
| XYZ | 45.5 | 52.15 | 35.27 | - |
| YUV | 187.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 147 | 0.05 | 0 | 0.25 | 0.23 | 71.02 | 0.29 | 0.67 |
| Hex | BB | C4 | 93 | 5 | 0 | 19 | 17 | 47 | 1D | 43 |
| Octal | 273 | 304 | 223 | 5 | 0 | 31 | 27 | 107 | 35 | 103 |
| Binary | 10111011 | 11000100 | 10010011 | 101 | 0 | 11001 | 10111 | 1000111 | 11101 | 1000011 |
Color Harmonies of #BBC493
Complementary color
Monochromatic Colors of #BBC493
Black with #BBC493
Text Example
Text Example
White with #BBC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC493; }
p { color: rgb(187,196,147); }
H1.HeaderClassName
{
color: #BBC493;
}
.AnyTagClassName
{
color: #BBC493;
}
</style>
background-color css
<style>
a { background-color: #BBC493; }
a { background-color: rgb(187,196,147); }
div.DivClassName
{
background-color: #BBC493;
}
.BgClassName
{
background-color: #BBC493;
}
</style>
border-color css
<style>
span { border-color: #BBC493; }
span { border-color: rgb(187,196,147); }
td.TdClassName
{
border-color: #BBC493;
}
.TagClassName
{
border-color: #BBC493;
}
</style>