Shades of Green Mist #BBC38D
Tints of Green Mist #BBC38D
RGB
CMYK
RGB Variations
Color information
#BBC38D (or 0xBBC38D) is known color: Green Mist. HEX triplet: BB, C3 and 8D. RGB value is (187,195,141). Sum of RGB (Red+Green+Blue) = 187+195+141=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC38D is #443C72. Grayscale: #BABABA. Windows color (decimal): -4471923 or 9290683. OLE color: 9290683.
HSL color Cylindrical-coordinate representation of color #BBC38D: hue angle of 68.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC38D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 141 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.24 |
| HSL | 68.89º | 0.31% | 0.66% | - |
| HSV(B) | 68.89º | 0.28% | 0.76% | - |
| XYZ | 44.82 | 51.52 | 32.78 | - |
| YUV | 186.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 141 | 0.04 | 0 | 0.28 | 0.24 | 68.89 | 0.31 | 0.66 |
| Hex | BB | C3 | 8D | 4 | 0 | 1C | 18 | 45 | 1F | 42 |
| Octal | 273 | 303 | 215 | 4 | 0 | 34 | 30 | 105 | 37 | 102 |
| Binary | 10111011 | 11000011 | 10001101 | 100 | 0 | 11100 | 11000 | 1000101 | 11111 | 1000010 |
Color Harmonies of #BBC38D
Complementary color
Monochromatic Colors of #BBC38D
Black with #BBC38D
Text Example
Text Example
White with #BBC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC38D; }
p { color: rgb(187,195,141); }
H1.HeaderClassName
{
color: #BBC38D;
}
.AnyTagClassName
{
color: #BBC38D;
}
</style>
background-color css
<style>
a { background-color: #BBC38D; }
a { background-color: rgb(187,195,141); }
div.DivClassName
{
background-color: #BBC38D;
}
.BgClassName
{
background-color: #BBC38D;
}
</style>
border-color css
<style>
span { border-color: #BBC38D; }
span { border-color: rgb(187,195,141); }
td.TdClassName
{
border-color: #BBC38D;
}
.TagClassName
{
border-color: #BBC38D;
}
</style>