Shades of Green Mist #BBC68C
Tints of Green Mist #BBC68C
RGB
CMYK
RGB Variations
Color information
#BBC68C (or 0xBBC68C) is known color: Green Mist. HEX triplet: BB, C6 and 8C. RGB value is (187,198,140). Sum of RGB (Red+Green+Blue) = 187+198+140=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC68C is #443973. Grayscale: #BCBCBC. Windows color (decimal): -4471156 or 9225915. OLE color: 9225915.
HSL color Cylindrical-coordinate representation of color #BBC68C: hue angle of 71.38º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBC68C is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 140 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.22 |
| HSL | 71.38º | 0.34% | 0.66% | - |
| HSV(B) | 71.38º | 0.29% | 0.78% | - |
| XYZ | 45.42 | 52.85 | 32.62 | - |
| YUV | 188.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 140 | 0.06 | 0 | 0.29 | 0.22 | 71.38 | 0.34 | 0.66 |
| Hex | BB | C6 | 8C | 6 | 0 | 1D | 16 | 47 | 22 | 42 |
| Octal | 273 | 306 | 214 | 6 | 0 | 35 | 26 | 107 | 42 | 102 |
| Binary | 10111011 | 11000110 | 10001100 | 110 | 0 | 11101 | 10110 | 1000111 | 100010 | 1000010 |
Color Harmonies of #BBC68C
Complementary color
Monochromatic Colors of #BBC68C
Black with #BBC68C
Text Example
Text Example
White with #BBC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC68C; }
p { color: rgb(187,198,140); }
H1.HeaderClassName
{
color: #BBC68C;
}
.AnyTagClassName
{
color: #BBC68C;
}
</style>
background-color css
<style>
a { background-color: #BBC68C; }
a { background-color: rgb(187,198,140); }
div.DivClassName
{
background-color: #BBC68C;
}
.BgClassName
{
background-color: #BBC68C;
}
</style>
border-color css
<style>
span { border-color: #BBC68C; }
span { border-color: rgb(187,198,140); }
td.TdClassName
{
border-color: #BBC68C;
}
.TagClassName
{
border-color: #BBC68C;
}
</style>