Shades of Dark Khaki #BDBC68
Tints of Dark Khaki #BDBC68
RGB
CMYK
RGB Variations
Color information
#BDBC68 (or 0xBDBC68) is known color: Dark Khaki. HEX triplet: BD, BC and 68. RGB value is (189,188,104). Sum of RGB (Red+Green+Blue) = 189+188+104=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC68 is #424397. Grayscale: #B3B3B3. Windows color (decimal): -4342680 or 6864061. OLE color: 6864061.
HSL color Cylindrical-coordinate representation of color #BDBC68: hue angle of 59.29º 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 #BDBC68 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 104 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.26 |
| HSL | 59.29º | 0.39% | 0.57% | - |
| HSV(B) | 59.29º | 0.45% | 0.74% | - |
| XYZ | 41.47 | 47.78 | 20.13 | - |
| YUV | 178.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 104 | 0 | 0.01 | 0.45 | 0.26 | 59.29 | 0.39 | 0.57 |
| Hex | BD | BC | 68 | 0 | 1 | 2D | 1A | 3B | 27 | 39 |
| Octal | 275 | 274 | 150 | 0 | 1 | 55 | 32 | 73 | 47 | 71 |
| Binary | 10111101 | 10111100 | 1101000 | 0 | 1 | 101101 | 11010 | 111011 | 100111 | 111001 |
Color Harmonies of #BDBC68
Complementary color
Monochromatic Colors of #BDBC68
Black with #BDBC68
Text Example
Text Example
White with #BDBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC68; }
p { color: rgb(189,188,104); }
H1.HeaderClassName
{
color: #BDBC68;
}
.AnyTagClassName
{
color: #BDBC68;
}
</style>
background-color css
<style>
a { background-color: #BDBC68; }
a { background-color: rgb(189,188,104); }
div.DivClassName
{
background-color: #BDBC68;
}
.BgClassName
{
background-color: #BDBC68;
}
</style>
border-color css
<style>
span { border-color: #BDBC68; }
span { border-color: rgb(189,188,104); }
td.TdClassName
{
border-color: #BDBC68;
}
.TagClassName
{
border-color: #BDBC68;
}
</style>