Shades of Dark Khaki #B8BC6D
Tints of Dark Khaki #B8BC6D
RGB
CMYK
RGB Variations
Color information
#B8BC6D (or 0xB8BC6D) is known color: Dark Khaki. HEX triplet: B8, BC and 6D. RGB value is (184,188,109). Sum of RGB (Red+Green+Blue) = 184+188+109=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC6D is #474392. Grayscale: #B2B2B2. Windows color (decimal): -4670355 or 7191736. OLE color: 7191736.
HSL color Cylindrical-coordinate representation of color #B8BC6D: hue angle of 63.04º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8BC6D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 109 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.26 |
| HSL | 63.04º | 0.37% | 0.58% | - |
| HSV(B) | 63.04º | 0.42% | 0.74% | - |
| XYZ | 40.51 | 47.26 | 21.46 | - |
| YUV | 177.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 109 | 0.02 | 0 | 0.42 | 0.26 | 63.04 | 0.37 | 0.58 |
| Hex | B8 | BC | 6D | 2 | 0 | 2A | 1A | 3F | 25 | 3A |
| Octal | 270 | 274 | 155 | 2 | 0 | 52 | 32 | 77 | 45 | 72 |
| Binary | 10111000 | 10111100 | 1101101 | 10 | 0 | 101010 | 11010 | 111111 | 100101 | 111010 |
Color Harmonies of #B8BC6D
Complementary color
Monochromatic Colors of #B8BC6D
Black with #B8BC6D
Text Example
Text Example
White with #B8BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC6D; }
p { color: rgb(184,188,109); }
H1.HeaderClassName
{
color: #B8BC6D;
}
.AnyTagClassName
{
color: #B8BC6D;
}
</style>
background-color css
<style>
a { background-color: #B8BC6D; }
a { background-color: rgb(184,188,109); }
div.DivClassName
{
background-color: #B8BC6D;
}
.BgClassName
{
background-color: #B8BC6D;
}
</style>
border-color css
<style>
span { border-color: #B8BC6D; }
span { border-color: rgb(184,188,109); }
td.TdClassName
{
border-color: #B8BC6D;
}
.TagClassName
{
border-color: #B8BC6D;
}
</style>