Shades of Green Mist #BBC39B
Tints of Green Mist #BBC39B
RGB
CMYK
RGB Variations
Color information
#BBC39B (or 0xBBC39B) is known color: Green Mist. HEX triplet: BB, C3 and 9B. RGB value is (187,195,155). Sum of RGB (Red+Green+Blue) = 187+195+155=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC39B is #443C64. Grayscale: #BCBCBC. Windows color (decimal): -4471909 or 10208187. OLE color: 10208187.
HSL color Cylindrical-coordinate representation of color #BBC39B: hue angle of 72º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC39B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 195 | 155 | - |
CMYK | 0.04 | 0 | 0.21 | 0.24 |
HSL | 72º | 0.25% | 0.69% | - |
HSV(B) | 72º | 0.21% | 0.76% | - |
XYZ | 45.93 | 51.96 | 38.62 | - |
YUV | 188.05 | 109.35 | 127.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 155 | 0.04 | 0 | 0.21 | 0.24 | 72 | 0.25 | 0.69 |
Hex | BB | C3 | 9B | 4 | 0 | 15 | 18 | 48 | 19 | 45 |
Octal | 273 | 303 | 233 | 4 | 0 | 25 | 30 | 110 | 31 | 105 |
Binary | 10111011 | 11000011 | 10011011 | 100 | 0 | 10101 | 11000 | 1001000 | 11001 | 1000101 |
Color Harmonies of #BBC39B
Complementary color
Monochromatic Colors of #BBC39B
Black with #BBC39B
Text Example
Text Example
White with #BBC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC39B; }
p { color: rgb(187,195,155); }
H1.HeaderClassName
{
color: #BBC39B;
}
.AnyTagClassName
{
color: #BBC39B;
}
</style>
background-color css
<style>
a { background-color: #BBC39B; }
a { background-color: rgb(187,195,155); }
div.DivClassName
{
background-color: #BBC39B;
}
.BgClassName
{
background-color: #BBC39B;
}
</style>
border-color css
<style>
span { border-color: #BBC39B; }
span { border-color: rgb(187,195,155); }
td.TdClassName
{
border-color: #BBC39B;
}
.TagClassName
{
border-color: #BBC39B;
}
</style>