Shades of Dark Khaki #BDBC6D
Tints of Dark Khaki #BDBC6D
RGB
CMYK
RGB Variations
Color information
#BDBC6D (or 0xBDBC6D) is known color: Dark Khaki. HEX triplet: BD, BC and 6D. RGB value is (189,188,109). Sum of RGB (Red+Green+Blue) = 189+188+109=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC6D is #424392. Grayscale: #B3B3B3. Windows color (decimal): -4342675 or 7191741. OLE color: 7191741.
HSL color Cylindrical-coordinate representation of color #BDBC6D: hue angle of 59.25º degrees, saturation: 0.38, 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 #BDBC6D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 109 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.26 |
| HSL | 59.25º | 0.38% | 0.58% | - |
| HSV(B) | 59.25º | 0.42% | 0.74% | - |
| XYZ | 41.73 | 47.89 | 21.51 | - |
| YUV | 179.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 109 | 0 | 0.01 | 0.42 | 0.26 | 59.25 | 0.38 | 0.58 |
| Hex | BD | BC | 6D | 0 | 1 | 2A | 1A | 3B | 26 | 3A |
| Octal | 275 | 274 | 155 | 0 | 1 | 52 | 32 | 73 | 46 | 72 |
| Binary | 10111101 | 10111100 | 1101101 | 0 | 1 | 101010 | 11010 | 111011 | 100110 | 111010 |
Color Harmonies of #BDBC6D
Complementary color
Monochromatic Colors of #BDBC6D
Black with #BDBC6D
Text Example
Text Example
White with #BDBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC6D; }
p { color: rgb(189,188,109); }
H1.HeaderClassName
{
color: #BDBC6D;
}
.AnyTagClassName
{
color: #BDBC6D;
}
</style>
background-color css
<style>
a { background-color: #BDBC6D; }
a { background-color: rgb(189,188,109); }
div.DivClassName
{
background-color: #BDBC6D;
}
.BgClassName
{
background-color: #BDBC6D;
}
</style>
border-color css
<style>
span { border-color: #BDBC6D; }
span { border-color: rgb(189,188,109); }
td.TdClassName
{
border-color: #BDBC6D;
}
.TagClassName
{
border-color: #BDBC6D;
}
</style>