Shades of Dark Khaki #BDBE68
Tints of Dark Khaki #BDBE68
RGB
CMYK
RGB Variations
Color information
#BDBE68 (or 0xBDBE68) is known color: Dark Khaki. HEX triplet: BD, BE and 68. RGB value is (189,190,104). Sum of RGB (Red+Green+Blue) = 189+190+104=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE68 is #424197. Grayscale: #B4B4B4. Windows color (decimal): -4342168 or 6864573. OLE color: 6864573.
HSL color Cylindrical-coordinate representation of color #BDBE68: hue angle of 60.7º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDBE68 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 104 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.25 |
| HSL | 60.7º | 0.4% | 0.58% | - |
| HSV(B) | 60.7º | 0.45% | 0.75% | - |
| XYZ | 41.9 | 48.65 | 20.28 | - |
| YUV | 179.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 104 | 0.01 | 0 | 0.45 | 0.25 | 60.7 | 0.4 | 0.58 |
| Hex | BD | BE | 68 | 1 | 0 | 2D | 19 | 3D | 28 | 3A |
| Octal | 275 | 276 | 150 | 1 | 0 | 55 | 31 | 75 | 50 | 72 |
| Binary | 10111101 | 10111110 | 1101000 | 1 | 0 | 101101 | 11001 | 111101 | 101000 | 111010 |
Color Harmonies of #BDBE68
Complementary color
Monochromatic Colors of #BDBE68
Black with #BDBE68
Text Example
Text Example
White with #BDBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE68; }
p { color: rgb(189,190,104); }
H1.HeaderClassName
{
color: #BDBE68;
}
.AnyTagClassName
{
color: #BDBE68;
}
</style>
background-color css
<style>
a { background-color: #BDBE68; }
a { background-color: rgb(189,190,104); }
div.DivClassName
{
background-color: #BDBE68;
}
.BgClassName
{
background-color: #BDBE68;
}
</style>
border-color css
<style>
span { border-color: #BDBE68; }
span { border-color: rgb(189,190,104); }
td.TdClassName
{
border-color: #BDBE68;
}
.TagClassName
{
border-color: #BDBE68;
}
</style>