Shades of Green Mist #BBC68F
Tints of Green Mist #BBC68F
RGB
CMYK
RGB Variations
Color information
#BBC68F (or 0xBBC68F) is known color: Green Mist. HEX triplet: BB, C6 and 8F. RGB value is (187,198,143). Sum of RGB (Red+Green+Blue) = 187+198+143=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC68F is #443970. Grayscale: #BCBCBC. Windows color (decimal): -4471153 or 9422523. OLE color: 9422523.
HSL color Cylindrical-coordinate representation of color #BBC68F: hue angle of 72º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC68F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 143 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.22 |
| HSL | 72º | 0.33% | 0.67% | - |
| HSV(B) | 72º | 0.28% | 0.78% | - |
| XYZ | 45.65 | 52.94 | 33.8 | - |
| YUV | 188.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 143 | 0.06 | 0 | 0.28 | 0.22 | 72 | 0.33 | 0.67 |
| Hex | BB | C6 | 8F | 6 | 0 | 1C | 16 | 48 | 21 | 43 |
| Octal | 273 | 306 | 217 | 6 | 0 | 34 | 26 | 110 | 41 | 103 |
| Binary | 10111011 | 11000110 | 10001111 | 110 | 0 | 11100 | 10110 | 1001000 | 100001 | 1000011 |
Color Harmonies of #BBC68F
Complementary color
Monochromatic Colors of #BBC68F
Black with #BBC68F
Text Example
Text Example
White with #BBC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC68F; }
p { color: rgb(187,198,143); }
H1.HeaderClassName
{
color: #BBC68F;
}
.AnyTagClassName
{
color: #BBC68F;
}
</style>
background-color css
<style>
a { background-color: #BBC68F; }
a { background-color: rgb(187,198,143); }
div.DivClassName
{
background-color: #BBC68F;
}
.BgClassName
{
background-color: #BBC68F;
}
</style>
border-color css
<style>
span { border-color: #BBC68F; }
span { border-color: rgb(187,198,143); }
td.TdClassName
{
border-color: #BBC68F;
}
.TagClassName
{
border-color: #BBC68F;
}
</style>