Shades of Dark Khaki #BDC06B
Tints of Dark Khaki #BDC06B
RGB
CMYK
RGB Variations
Color information
#BDC06B (or 0xBDC06B) is known color: Dark Khaki. HEX triplet: BD, C0 and 6B. RGB value is (189,192,107). Sum of RGB (Red+Green+Blue) = 189+192+107=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC06B is #423F94. Grayscale: #B5B5B5. Windows color (decimal): -4341653 or 7061693. OLE color: 7061693.
HSL color Cylindrical-coordinate representation of color #BDC06B: hue angle of 62.12º 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 #BDC06B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 107 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.25 |
| HSL | 62.12º | 0.4% | 0.59% | - |
| HSV(B) | 62.12º | 0.44% | 0.75% | - |
| XYZ | 42.49 | 49.58 | 21.24 | - |
| YUV | 181.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 107 | 0.02 | 0 | 0.44 | 0.25 | 62.12 | 0.4 | 0.59 |
| Hex | BD | C0 | 6B | 2 | 0 | 2C | 19 | 3E | 28 | 3B |
| Octal | 275 | 300 | 153 | 2 | 0 | 54 | 31 | 76 | 50 | 73 |
| Binary | 10111101 | 11000000 | 1101011 | 10 | 0 | 101100 | 11001 | 111110 | 101000 | 111011 |
Color Harmonies of #BDC06B
Complementary color
Monochromatic Colors of #BDC06B
Black with #BDC06B
Text Example
Text Example
White with #BDC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC06B; }
p { color: rgb(189,192,107); }
H1.HeaderClassName
{
color: #BDC06B;
}
.AnyTagClassName
{
color: #BDC06B;
}
</style>
background-color css
<style>
a { background-color: #BDC06B; }
a { background-color: rgb(189,192,107); }
div.DivClassName
{
background-color: #BDC06B;
}
.BgClassName
{
background-color: #BDC06B;
}
</style>
border-color css
<style>
span { border-color: #BDC06B; }
span { border-color: rgb(189,192,107); }
td.TdClassName
{
border-color: #BDC06B;
}
.TagClassName
{
border-color: #BDC06B;
}
</style>