Shades of Dark Khaki #BDC06F
Tints of Dark Khaki #BDC06F
RGB
CMYK
RGB Variations
Color information
#BDC06F (or 0xBDC06F) is known color: Dark Khaki. HEX triplet: BD, C0 and 6F. RGB value is (189,192,111). Sum of RGB (Red+Green+Blue) = 189+192+111=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC06F is #423F90. Grayscale: #B6B6B6. Windows color (decimal): -4341649 or 7323837. OLE color: 7323837.
HSL color Cylindrical-coordinate representation of color #BDC06F: hue angle of 62.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDC06F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 111 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.25 |
| HSL | 62.22º | 0.39% | 0.59% | - |
| HSV(B) | 62.22º | 0.42% | 0.75% | - |
| XYZ | 42.71 | 49.67 | 22.37 | - |
| YUV | 181.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 111 | 0.02 | 0 | 0.42 | 0.25 | 62.22 | 0.39 | 0.59 |
| Hex | BD | C0 | 6F | 2 | 0 | 2A | 19 | 3E | 27 | 3B |
| Octal | 275 | 300 | 157 | 2 | 0 | 52 | 31 | 76 | 47 | 73 |
| Binary | 10111101 | 11000000 | 1101111 | 10 | 0 | 101010 | 11001 | 111110 | 100111 | 111011 |
Color Harmonies of #BDC06F
Complementary color
Monochromatic Colors of #BDC06F
Black with #BDC06F
Text Example
Text Example
White with #BDC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC06F; }
p { color: rgb(189,192,111); }
H1.HeaderClassName
{
color: #BDC06F;
}
.AnyTagClassName
{
color: #BDC06F;
}
</style>
background-color css
<style>
a { background-color: #BDC06F; }
a { background-color: rgb(189,192,111); }
div.DivClassName
{
background-color: #BDC06F;
}
.BgClassName
{
background-color: #BDC06F;
}
</style>
border-color css
<style>
span { border-color: #BDC06F; }
span { border-color: rgb(189,192,111); }
td.TdClassName
{
border-color: #BDC06F;
}
.TagClassName
{
border-color: #BDC06F;
}
</style>