Shades of Dark Khaki #BDBF64
Tints of Dark Khaki #BDBF64
RGB
CMYK
RGB Variations
Color information
#BDBF64 (or 0xBDBF64) is known color: Dark Khaki. HEX triplet: BD, BF and 64. RGB value is (189,191,100). Sum of RGB (Red+Green+Blue) = 189+191+100=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF64 is #42409B. Grayscale: #B4B4B4. Windows color (decimal): -4341916 or 6602685. OLE color: 6602685.
HSL color Cylindrical-coordinate representation of color #BDBF64: hue angle of 61.32º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDBF64 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 100 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.25 |
| HSL | 61.32º | 0.42% | 0.57% | - |
| HSV(B) | 61.32º | 0.48% | 0.75% | - |
| XYZ | 41.92 | 49 | 19.31 | - |
| YUV | 180.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 100 | 0.01 | 0 | 0.48 | 0.25 | 61.32 | 0.42 | 0.57 |
| Hex | BD | BF | 64 | 1 | 0 | 30 | 19 | 3D | 2A | 39 |
| Octal | 275 | 277 | 144 | 1 | 0 | 60 | 31 | 75 | 52 | 71 |
| Binary | 10111101 | 10111111 | 1100100 | 1 | 0 | 110000 | 11001 | 111101 | 101010 | 111001 |
Color Harmonies of #BDBF64
Complementary color
Monochromatic Colors of #BDBF64
Black with #BDBF64
Text Example
Text Example
White with #BDBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF64; }
p { color: rgb(189,191,100); }
H1.HeaderClassName
{
color: #BDBF64;
}
.AnyTagClassName
{
color: #BDBF64;
}
</style>
background-color css
<style>
a { background-color: #BDBF64; }
a { background-color: rgb(189,191,100); }
div.DivClassName
{
background-color: #BDBF64;
}
.BgClassName
{
background-color: #BDBF64;
}
</style>
border-color css
<style>
span { border-color: #BDBF64; }
span { border-color: rgb(189,191,100); }
td.TdClassName
{
border-color: #BDBF64;
}
.TagClassName
{
border-color: #BDBF64;
}
</style>