Shades of Dark Khaki #BDC068
Tints of Dark Khaki #BDC068
RGB
CMYK
RGB Variations
Color information
#BDC068 (or 0xBDC068) is known color: Dark Khaki. HEX triplet: BD, C0 and 68. RGB value is (189,192,104). Sum of RGB (Red+Green+Blue) = 189+192+104=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC068 is #423F97. Grayscale: #B5B5B5. Windows color (decimal): -4341656 or 6865085. OLE color: 6865085.
HSL color Cylindrical-coordinate representation of color #BDC068: hue angle of 62.05º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC068 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 104 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.25 |
| HSL | 62.05º | 0.41% | 0.58% | - |
| HSV(B) | 62.05º | 0.46% | 0.75% | - |
| XYZ | 42.33 | 49.52 | 20.42 | - |
| YUV | 181.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 104 | 0.02 | 0 | 0.46 | 0.25 | 62.05 | 0.41 | 0.58 |
| Hex | BD | C0 | 68 | 2 | 0 | 2E | 19 | 3E | 29 | 3A |
| Octal | 275 | 300 | 150 | 2 | 0 | 56 | 31 | 76 | 51 | 72 |
| Binary | 10111101 | 11000000 | 1101000 | 10 | 0 | 101110 | 11001 | 111110 | 101001 | 111010 |
Color Harmonies of #BDC068
Complementary color
Monochromatic Colors of #BDC068
Black with #BDC068
Text Example
Text Example
White with #BDC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC068; }
p { color: rgb(189,192,104); }
H1.HeaderClassName
{
color: #BDC068;
}
.AnyTagClassName
{
color: #BDC068;
}
</style>
background-color css
<style>
a { background-color: #BDC068; }
a { background-color: rgb(189,192,104); }
div.DivClassName
{
background-color: #BDC068;
}
.BgClassName
{
background-color: #BDC068;
}
</style>
border-color css
<style>
span { border-color: #BDC068; }
span { border-color: rgb(189,192,104); }
td.TdClassName
{
border-color: #BDC068;
}
.TagClassName
{
border-color: #BDC068;
}
</style>