Shades of Dark Khaki #BDC06C
Tints of Dark Khaki #BDC06C
RGB
CMYK
RGB Variations
Color information
#BDC06C (or 0xBDC06C) is known color: Dark Khaki. HEX triplet: BD, C0 and 6C. RGB value is (189,192,108). Sum of RGB (Red+Green+Blue) = 189+192+108=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC06C is #423F93. Grayscale: #B5B5B5. Windows color (decimal): -4341652 or 7127229. OLE color: 7127229.
HSL color Cylindrical-coordinate representation of color #BDC06C: hue angle of 62.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDC06C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 108 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.25 |
| HSL | 62.14º | 0.4% | 0.59% | - |
| HSV(B) | 62.14º | 0.44% | 0.75% | - |
| XYZ | 42.54 | 49.6 | 21.52 | - |
| YUV | 181.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 108 | 0.02 | 0 | 0.44 | 0.25 | 62.14 | 0.4 | 0.59 |
| Hex | BD | C0 | 6C | 2 | 0 | 2C | 19 | 3E | 28 | 3B |
| Octal | 275 | 300 | 154 | 2 | 0 | 54 | 31 | 76 | 50 | 73 |
| Binary | 10111101 | 11000000 | 1101100 | 10 | 0 | 101100 | 11001 | 111110 | 101000 | 111011 |
Color Harmonies of #BDC06C
Complementary color
Monochromatic Colors of #BDC06C
Black with #BDC06C
Text Example
Text Example
White with #BDC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC06C; }
p { color: rgb(189,192,108); }
H1.HeaderClassName
{
color: #BDC06C;
}
.AnyTagClassName
{
color: #BDC06C;
}
</style>
background-color css
<style>
a { background-color: #BDC06C; }
a { background-color: rgb(189,192,108); }
div.DivClassName
{
background-color: #BDC06C;
}
.BgClassName
{
background-color: #BDC06C;
}
</style>
border-color css
<style>
span { border-color: #BDC06C; }
span { border-color: rgb(189,192,108); }
td.TdClassName
{
border-color: #BDC06C;
}
.TagClassName
{
border-color: #BDC06C;
}
</style>