Shades of Green Mist #BBC38E
Tints of Green Mist #BBC38E
RGB
CMYK
RGB Variations
Color information
#BBC38E (or 0xBBC38E) is known color: Green Mist. HEX triplet: BB, C3 and 8E. RGB value is (187,195,142). Sum of RGB (Red+Green+Blue) = 187+195+142=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC38E is #443C71. Grayscale: #BABABA. Windows color (decimal): -4471922 or 9356219. OLE color: 9356219.
HSL color Cylindrical-coordinate representation of color #BBC38E: hue angle of 69.06º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC38E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 142 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.24 |
| HSL | 69.06º | 0.31% | 0.66% | - |
| HSV(B) | 69.06º | 0.27% | 0.76% | - |
| XYZ | 44.89 | 51.55 | 33.17 | - |
| YUV | 186.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 142 | 0.04 | 0 | 0.27 | 0.24 | 69.06 | 0.31 | 0.66 |
| Hex | BB | C3 | 8E | 4 | 0 | 1B | 18 | 45 | 1F | 42 |
| Octal | 273 | 303 | 216 | 4 | 0 | 33 | 30 | 105 | 37 | 102 |
| Binary | 10111011 | 11000011 | 10001110 | 100 | 0 | 11011 | 11000 | 1000101 | 11111 | 1000010 |
Color Harmonies of #BBC38E
Complementary color
Monochromatic Colors of #BBC38E
Black with #BBC38E
Text Example
Text Example
White with #BBC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC38E; }
p { color: rgb(187,195,142); }
H1.HeaderClassName
{
color: #BBC38E;
}
.AnyTagClassName
{
color: #BBC38E;
}
</style>
background-color css
<style>
a { background-color: #BBC38E; }
a { background-color: rgb(187,195,142); }
div.DivClassName
{
background-color: #BBC38E;
}
.BgClassName
{
background-color: #BBC38E;
}
</style>
border-color css
<style>
span { border-color: #BBC38E; }
span { border-color: rgb(187,195,142); }
td.TdClassName
{
border-color: #BBC38E;
}
.TagClassName
{
border-color: #BBC38E;
}
</style>