Shades of Dark Khaki #BCBD70
Tints of Dark Khaki #BCBD70
RGB
CMYK
RGB Variations
Color information
#BCBD70 (or 0xBCBD70) is known color: Dark Khaki. HEX triplet: BC, BD and 70. RGB value is (188,189,112). Sum of RGB (Red+Green+Blue) = 188+189+112=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD70 is #43428F. Grayscale: #B4B4B4. Windows color (decimal): -4407952 or 7388604. OLE color: 7388604.
HSL color Cylindrical-coordinate representation of color #BCBD70: hue angle of 60.78º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCBD70 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 112 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.26 |
| HSL | 60.78º | 0.37% | 0.59% | - |
| HSV(B) | 60.78º | 0.41% | 0.74% | - |
| XYZ | 41.86 | 48.26 | 22.44 | - |
| YUV | 179.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 112 | 0.01 | 0 | 0.41 | 0.26 | 60.78 | 0.37 | 0.59 |
| Hex | BC | BD | 70 | 1 | 0 | 29 | 1A | 3D | 25 | 3B |
| Octal | 274 | 275 | 160 | 1 | 0 | 51 | 32 | 75 | 45 | 73 |
| Binary | 10111100 | 10111101 | 1110000 | 1 | 0 | 101001 | 11010 | 111101 | 100101 | 111011 |
Color Harmonies of #BCBD70
Complementary color
Monochromatic Colors of #BCBD70
Black with #BCBD70
Text Example
Text Example
White with #BCBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD70; }
p { color: rgb(188,189,112); }
H1.HeaderClassName
{
color: #BCBD70;
}
.AnyTagClassName
{
color: #BCBD70;
}
</style>
background-color css
<style>
a { background-color: #BCBD70; }
a { background-color: rgb(188,189,112); }
div.DivClassName
{
background-color: #BCBD70;
}
.BgClassName
{
background-color: #BCBD70;
}
</style>
border-color css
<style>
span { border-color: #BCBD70; }
span { border-color: rgb(188,189,112); }
td.TdClassName
{
border-color: #BCBD70;
}
.TagClassName
{
border-color: #BCBD70;
}
</style>