Shades of Green Mist #BBC498
Tints of Green Mist #BBC498
RGB
CMYK
RGB Variations
Color information
#BBC498 (or 0xBBC498) is known color: Green Mist. HEX triplet: BB, C4 and 98. RGB value is (187,196,152). Sum of RGB (Red+Green+Blue) = 187+196+152=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC498 is #443B67. Grayscale: #BCBCBC. Windows color (decimal): -4471656 or 10011835. OLE color: 10011835.
HSL color Cylindrical-coordinate representation of color #BBC498: hue angle of 72.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC498 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 152 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.23 |
| HSL | 72.27º | 0.27% | 0.68% | - |
| HSV(B) | 72.27º | 0.22% | 0.77% | - |
| XYZ | 45.9 | 52.31 | 37.38 | - |
| YUV | 188.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 152 | 0.05 | 0 | 0.22 | 0.23 | 72.27 | 0.27 | 0.68 |
| Hex | BB | C4 | 98 | 5 | 0 | 16 | 17 | 48 | 1B | 44 |
| Octal | 273 | 304 | 230 | 5 | 0 | 26 | 27 | 110 | 33 | 104 |
| Binary | 10111011 | 11000100 | 10011000 | 101 | 0 | 10110 | 10111 | 1001000 | 11011 | 1000100 |
Color Harmonies of #BBC498
Complementary color
Monochromatic Colors of #BBC498
Black with #BBC498
Text Example
Text Example
White with #BBC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC498; }
p { color: rgb(187,196,152); }
H1.HeaderClassName
{
color: #BBC498;
}
.AnyTagClassName
{
color: #BBC498;
}
</style>
background-color css
<style>
a { background-color: #BBC498; }
a { background-color: rgb(187,196,152); }
div.DivClassName
{
background-color: #BBC498;
}
.BgClassName
{
background-color: #BBC498;
}
</style>
border-color css
<style>
span { border-color: #BBC498; }
span { border-color: rgb(187,196,152); }
td.TdClassName
{
border-color: #BBC498;
}
.TagClassName
{
border-color: #BBC498;
}
</style>