Shades of Dark Khaki #B8BC68
Tints of Dark Khaki #B8BC68
RGB
CMYK
RGB Variations
Color information
#B8BC68 (or 0xB8BC68) is known color: Dark Khaki. HEX triplet: B8, BC and 68. RGB value is (184,188,104). Sum of RGB (Red+Green+Blue) = 184+188+104=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC68 is #474397. Grayscale: #B1B1B1. Windows color (decimal): -4670360 or 6864056. OLE color: 6864056.
HSL color Cylindrical-coordinate representation of color #B8BC68: hue angle of 62.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8BC68 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 104 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.26 |
| HSL | 62.86º | 0.39% | 0.57% | - |
| HSV(B) | 62.86º | 0.45% | 0.74% | - |
| XYZ | 40.25 | 47.16 | 20.08 | - |
| YUV | 177.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 104 | 0.02 | 0 | 0.45 | 0.26 | 62.86 | 0.39 | 0.57 |
| Hex | B8 | BC | 68 | 2 | 0 | 2D | 1A | 3F | 27 | 39 |
| Octal | 270 | 274 | 150 | 2 | 0 | 55 | 32 | 77 | 47 | 71 |
| Binary | 10111000 | 10111100 | 1101000 | 10 | 0 | 101101 | 11010 | 111111 | 100111 | 111001 |
Color Harmonies of #B8BC68
Complementary color
Monochromatic Colors of #B8BC68
Black with #B8BC68
Text Example
Text Example
White with #B8BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC68; }
p { color: rgb(184,188,104); }
H1.HeaderClassName
{
color: #B8BC68;
}
.AnyTagClassName
{
color: #B8BC68;
}
</style>
background-color css
<style>
a { background-color: #B8BC68; }
a { background-color: rgb(184,188,104); }
div.DivClassName
{
background-color: #B8BC68;
}
.BgClassName
{
background-color: #B8BC68;
}
</style>
border-color css
<style>
span { border-color: #B8BC68; }
span { border-color: rgb(184,188,104); }
td.TdClassName
{
border-color: #B8BC68;
}
.TagClassName
{
border-color: #B8BC68;
}
</style>