Shades of Dark Khaki #BDBE70
Tints of Dark Khaki #BDBE70
RGB
CMYK
RGB Variations
Color information
#BDBE70 (or 0xBDBE70) is known color: Dark Khaki. HEX triplet: BD, BE and 70. RGB value is (189,190,112). Sum of RGB (Red+Green+Blue) = 189+190+112=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE70 is #42418F. Grayscale: #B5B5B5. Windows color (decimal): -4342160 or 7388861. OLE color: 7388861.
HSL color Cylindrical-coordinate representation of color #BDBE70: hue angle of 60.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDBE70 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 112 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.25 |
| HSL | 60.77º | 0.38% | 0.59% | - |
| HSV(B) | 60.77º | 0.41% | 0.75% | - |
| XYZ | 42.32 | 48.82 | 22.52 | - |
| YUV | 180.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 112 | 0.01 | 0 | 0.41 | 0.25 | 60.77 | 0.38 | 0.59 |
| Hex | BD | BE | 70 | 1 | 0 | 29 | 19 | 3D | 26 | 3B |
| Octal | 275 | 276 | 160 | 1 | 0 | 51 | 31 | 75 | 46 | 73 |
| Binary | 10111101 | 10111110 | 1110000 | 1 | 0 | 101001 | 11001 | 111101 | 100110 | 111011 |
Color Harmonies of #BDBE70
Complementary color
Monochromatic Colors of #BDBE70
Black with #BDBE70
Text Example
Text Example
White with #BDBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE70; }
p { color: rgb(189,190,112); }
H1.HeaderClassName
{
color: #BDBE70;
}
.AnyTagClassName
{
color: #BDBE70;
}
</style>
background-color css
<style>
a { background-color: #BDBE70; }
a { background-color: rgb(189,190,112); }
div.DivClassName
{
background-color: #BDBE70;
}
.BgClassName
{
background-color: #BDBE70;
}
</style>
border-color css
<style>
span { border-color: #BDBE70; }
span { border-color: rgb(189,190,112); }
td.TdClassName
{
border-color: #BDBE70;
}
.TagClassName
{
border-color: #BDBE70;
}
</style>