Shades of Green Mist #B6BF8F
Tints of Green Mist #B6BF8F
RGB
CMYK
RGB Variations
Color information
#B6BF8F (or 0xB6BF8F) is known color: Green Mist. HEX triplet: B6, BF and 8F. RGB value is (182,191,143). Sum of RGB (Red+Green+Blue) = 182+191+143=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF8F is #494070. Grayscale: #B7B7B7. Windows color (decimal): -4800625 or 9420726. OLE color: 9420726.
HSL color Cylindrical-coordinate representation of color #B6BF8F: hue angle of 71.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6BF8F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 191 | 143 | - |
CMYK | 0.05 | 0 | 0.25 | 0.25 |
HSL | 71.25º | 0.27% | 0.65% | - |
HSV(B) | 71.25º | 0.25% | 0.75% | - |
XYZ | 42.88 | 49.19 | 33.22 | - |
YUV | 182.84 | 105.52 | 127.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 191 | 143 | 0.05 | 0 | 0.25 | 0.25 | 71.25 | 0.27 | 0.65 |
Hex | B6 | BF | 8F | 5 | 0 | 19 | 19 | 47 | 1B | 41 |
Octal | 266 | 277 | 217 | 5 | 0 | 31 | 31 | 107 | 33 | 101 |
Binary | 10110110 | 10111111 | 10001111 | 101 | 0 | 11001 | 11001 | 1000111 | 11011 | 1000001 |
Color Harmonies of #B6BF8F
Complementary color
Monochromatic Colors of #B6BF8F
Black with #B6BF8F
Text Example
Text Example
White with #B6BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BF8F; }
p { color: rgb(182,191,143); }
H1.HeaderClassName
{
color: #B6BF8F;
}
.AnyTagClassName
{
color: #B6BF8F;
}
</style>
background-color css
<style>
a { background-color: #B6BF8F; }
a { background-color: rgb(182,191,143); }
div.DivClassName
{
background-color: #B6BF8F;
}
.BgClassName
{
background-color: #B6BF8F;
}
</style>
border-color css
<style>
span { border-color: #B6BF8F; }
span { border-color: rgb(182,191,143); }
td.TdClassName
{
border-color: #B6BF8F;
}
.TagClassName
{
border-color: #B6BF8F;
}
</style>