Shades of Green Mist #BFCB8A
Tints of Green Mist #BFCB8A
RGB
CMYK
RGB Variations
Color information
#BFCB8A (or 0xBFCB8A) is known color: Green Mist. HEX triplet: BF, CB and 8A. RGB value is (191,203,138). Sum of RGB (Red+Green+Blue) = 191+203+138=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB8A is #403475. Grayscale: #C0C0C0. Windows color (decimal): -4207734 or 9096127. OLE color: 9096127.
HSL color Cylindrical-coordinate representation of color #BFCB8A: hue angle of 71.08º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFCB8A is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 138 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.20 |
| HSL | 71.08º | 0.38% | 0.67% | - |
| HSV(B) | 71.08º | 0.32% | 0.8% | - |
| XYZ | 47.43 | 55.62 | 32.28 | - |
| YUV | 192 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 138 | 0.06 | 0 | 0.32 | 0.20 | 71.08 | 0.38 | 0.67 |
| Hex | BF | CB | 8A | 6 | 0 | 20 | 14 | 47 | 26 | 43 |
| Octal | 277 | 313 | 212 | 6 | 0 | 40 | 24 | 107 | 46 | 103 |
| Binary | 10111111 | 11001011 | 10001010 | 110 | 0 | 100000 | 10100 | 1000111 | 100110 | 1000011 |
Color Harmonies of #BFCB8A
Complementary color
Monochromatic Colors of #BFCB8A
Black with #BFCB8A
Text Example
Text Example
White with #BFCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB8A; }
p { color: rgb(191,203,138); }
H1.HeaderClassName
{
color: #BFCB8A;
}
.AnyTagClassName
{
color: #BFCB8A;
}
</style>
background-color css
<style>
a { background-color: #BFCB8A; }
a { background-color: rgb(191,203,138); }
div.DivClassName
{
background-color: #BFCB8A;
}
.BgClassName
{
background-color: #BFCB8A;
}
</style>
border-color css
<style>
span { border-color: #BFCB8A; }
span { border-color: rgb(191,203,138); }
td.TdClassName
{
border-color: #BFCB8A;
}
.TagClassName
{
border-color: #BFCB8A;
}
</style>