Shades of Dark Khaki #BDC16A
Tints of Dark Khaki #BDC16A
RGB
CMYK
RGB Variations
Color information
#BDC16A (or 0xBDC16A) is known color: Dark Khaki. HEX triplet: BD, C1 and 6A. RGB value is (189,193,106). Sum of RGB (Red+Green+Blue) = 189+193+106=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC16A is #423E95. Grayscale: #B6B6B6. Windows color (decimal): -4341398 or 6996413. OLE color: 6996413.
HSL color Cylindrical-coordinate representation of color #BDC16A: hue angle of 62.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC16A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 106 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.24 |
| HSL | 62.76º | 0.41% | 0.59% | - |
| HSV(B) | 62.76º | 0.45% | 0.76% | - |
| XYZ | 42.66 | 50 | 21.04 | - |
| YUV | 181.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 106 | 0.02 | 0 | 0.45 | 0.24 | 62.76 | 0.41 | 0.59 |
| Hex | BD | C1 | 6A | 2 | 0 | 2D | 18 | 3F | 29 | 3B |
| Octal | 275 | 301 | 152 | 2 | 0 | 55 | 30 | 77 | 51 | 73 |
| Binary | 10111101 | 11000001 | 1101010 | 10 | 0 | 101101 | 11000 | 111111 | 101001 | 111011 |
Color Harmonies of #BDC16A
Complementary color
Monochromatic Colors of #BDC16A
Black with #BDC16A
Text Example
Text Example
White with #BDC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC16A; }
p { color: rgb(189,193,106); }
H1.HeaderClassName
{
color: #BDC16A;
}
.AnyTagClassName
{
color: #BDC16A;
}
</style>
background-color css
<style>
a { background-color: #BDC16A; }
a { background-color: rgb(189,193,106); }
div.DivClassName
{
background-color: #BDC16A;
}
.BgClassName
{
background-color: #BDC16A;
}
</style>
border-color css
<style>
span { border-color: #BDC16A; }
span { border-color: rgb(189,193,106); }
td.TdClassName
{
border-color: #BDC16A;
}
.TagClassName
{
border-color: #BDC16A;
}
</style>