Shades of Dark Khaki #B1BC6D
Tints of Dark Khaki #B1BC6D
RGB
CMYK
RGB Variations
Color information
#B1BC6D (or 0xB1BC6D) is known color: Dark Khaki. HEX triplet: B1, BC and 6D. RGB value is (177,188,109). Sum of RGB (Red+Green+Blue) = 177+188+109=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC6D is #4E4392. Grayscale: #B0B0B0. Windows color (decimal): -5129107 or 7191729. OLE color: 7191729.
HSL color Cylindrical-coordinate representation of color #B1BC6D: hue angle of 68.35º 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 #B1BC6D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 109 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.26 |
| HSL | 68.35º | 0.37% | 0.58% | - |
| HSV(B) | 68.35º | 0.42% | 0.74% | - |
| XYZ | 38.88 | 46.42 | 21.38 | - |
| YUV | 175.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 109 | 0.06 | 0 | 0.42 | 0.26 | 68.35 | 0.37 | 0.58 |
| Hex | B1 | BC | 6D | 6 | 0 | 2A | 1A | 44 | 25 | 3A |
| Octal | 261 | 274 | 155 | 6 | 0 | 52 | 32 | 104 | 45 | 72 |
| Binary | 10110001 | 10111100 | 1101101 | 110 | 0 | 101010 | 11010 | 1000100 | 100101 | 111010 |
Color Harmonies of #B1BC6D
Complementary color
Monochromatic Colors of #B1BC6D
Black with #B1BC6D
Text Example
Text Example
White with #B1BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC6D; }
p { color: rgb(177,188,109); }
H1.HeaderClassName
{
color: #B1BC6D;
}
.AnyTagClassName
{
color: #B1BC6D;
}
</style>
background-color css
<style>
a { background-color: #B1BC6D; }
a { background-color: rgb(177,188,109); }
div.DivClassName
{
background-color: #B1BC6D;
}
.BgClassName
{
background-color: #B1BC6D;
}
</style>
border-color css
<style>
span { border-color: #B1BC6D; }
span { border-color: rgb(177,188,109); }
td.TdClassName
{
border-color: #B1BC6D;
}
.TagClassName
{
border-color: #B1BC6D;
}
</style>