Shades of Dark Khaki #B5BC6D
Tints of Dark Khaki #B5BC6D
RGB
CMYK
RGB Variations
Color information
#B5BC6D (or 0xB5BC6D) is known color: Dark Khaki. HEX triplet: B5, BC and 6D. RGB value is (181,188,109). Sum of RGB (Red+Green+Blue) = 181+188+109=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC6D is #4A4392. Grayscale: #B1B1B1. Windows color (decimal): -4866963 or 7191733. OLE color: 7191733.
HSL color Cylindrical-coordinate representation of color #B5BC6D: hue angle of 65.32º 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 #B5BC6D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 109 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.26 |
| HSL | 65.32º | 0.37% | 0.58% | - |
| HSV(B) | 65.32º | 0.42% | 0.74% | - |
| XYZ | 39.8 | 46.89 | 21.42 | - |
| YUV | 176.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 109 | 0.04 | 0 | 0.42 | 0.26 | 65.32 | 0.37 | 0.58 |
| Hex | B5 | BC | 6D | 4 | 0 | 2A | 1A | 41 | 25 | 3A |
| Octal | 265 | 274 | 155 | 4 | 0 | 52 | 32 | 101 | 45 | 72 |
| Binary | 10110101 | 10111100 | 1101101 | 100 | 0 | 101010 | 11010 | 1000001 | 100101 | 111010 |
Color Harmonies of #B5BC6D
Complementary color
Monochromatic Colors of #B5BC6D
Black with #B5BC6D
Text Example
Text Example
White with #B5BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC6D; }
p { color: rgb(181,188,109); }
H1.HeaderClassName
{
color: #B5BC6D;
}
.AnyTagClassName
{
color: #B5BC6D;
}
</style>
background-color css
<style>
a { background-color: #B5BC6D; }
a { background-color: rgb(181,188,109); }
div.DivClassName
{
background-color: #B5BC6D;
}
.BgClassName
{
background-color: #B5BC6D;
}
</style>
border-color css
<style>
span { border-color: #B5BC6D; }
span { border-color: rgb(181,188,109); }
td.TdClassName
{
border-color: #B5BC6D;
}
.TagClassName
{
border-color: #B5BC6D;
}
</style>