Shades of Dark Khaki #BDBE6C
Tints of Dark Khaki #BDBE6C
RGB
CMYK
RGB Variations
Color information
#BDBE6C (or 0xBDBE6C) is known color: Dark Khaki. HEX triplet: BD, BE and 6C. RGB value is (189,190,108). Sum of RGB (Red+Green+Blue) = 189+190+108=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE6C is #424193. Grayscale: #B4B4B4. Windows color (decimal): -4342164 or 7126717. OLE color: 7126717.
HSL color Cylindrical-coordinate representation of color #BDBE6C: hue angle of 60.73º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDBE6C is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 108 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.25 |
| HSL | 60.73º | 0.39% | 0.58% | - |
| HSV(B) | 60.73º | 0.43% | 0.75% | - |
| XYZ | 42.11 | 48.73 | 21.37 | - |
| YUV | 180.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 108 | 0.01 | 0 | 0.43 | 0.25 | 60.73 | 0.39 | 0.58 |
| Hex | BD | BE | 6C | 1 | 0 | 2B | 19 | 3D | 27 | 3A |
| Octal | 275 | 276 | 154 | 1 | 0 | 53 | 31 | 75 | 47 | 72 |
| Binary | 10111101 | 10111110 | 1101100 | 1 | 0 | 101011 | 11001 | 111101 | 100111 | 111010 |
Color Harmonies of #BDBE6C
Complementary color
Monochromatic Colors of #BDBE6C
Black with #BDBE6C
Text Example
Text Example
White with #BDBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE6C; }
p { color: rgb(189,190,108); }
H1.HeaderClassName
{
color: #BDBE6C;
}
.AnyTagClassName
{
color: #BDBE6C;
}
</style>
background-color css
<style>
a { background-color: #BDBE6C; }
a { background-color: rgb(189,190,108); }
div.DivClassName
{
background-color: #BDBE6C;
}
.BgClassName
{
background-color: #BDBE6C;
}
</style>
border-color css
<style>
span { border-color: #BDBE6C; }
span { border-color: rgb(189,190,108); }
td.TdClassName
{
border-color: #BDBE6C;
}
.TagClassName
{
border-color: #BDBE6C;
}
</style>