Shades of Dark Khaki #BDB26E
Tints of Dark Khaki #BDB26E
RGB
CMYK
RGB Variations
Color information
#BDB26E (or 0xBDB26E) is known color: Dark Khaki. HEX triplet: BD, B2 and 6E. RGB value is (189,178,110). Sum of RGB (Red+Green+Blue) = 189+178+110=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB26E is #424D91. Grayscale: #ADADAD. Windows color (decimal): -4345234 or 7254717. OLE color: 7254717.
HSL color Cylindrical-coordinate representation of color #BDB26E: hue angle of 51.65º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB26E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 110 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.26 |
| HSL | 51.65º | 0.37% | 0.59% | - |
| HSV(B) | 51.65º | 0.42% | 0.74% | - |
| XYZ | 39.72 | 43.79 | 21.11 | - |
| YUV | 173.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 110 | 0 | 0.06 | 0.42 | 0.26 | 51.65 | 0.37 | 0.59 |
| Hex | BD | B2 | 6E | 0 | 6 | 2A | 1A | 34 | 25 | 3B |
| Octal | 275 | 262 | 156 | 0 | 6 | 52 | 32 | 64 | 45 | 73 |
| Binary | 10111101 | 10110010 | 1101110 | 0 | 110 | 101010 | 11010 | 110100 | 100101 | 111011 |
Color Harmonies of #BDB26E
Complementary color
Monochromatic Colors of #BDB26E
Black with #BDB26E
Text Example
Text Example
White with #BDB26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB26E; }
p { color: rgb(189,178,110); }
H1.HeaderClassName
{
color: #BDB26E;
}
.AnyTagClassName
{
color: #BDB26E;
}
</style>
background-color css
<style>
a { background-color: #BDB26E; }
a { background-color: rgb(189,178,110); }
div.DivClassName
{
background-color: #BDB26E;
}
.BgClassName
{
background-color: #BDB26E;
}
</style>
border-color css
<style>
span { border-color: #BDB26E; }
span { border-color: rgb(189,178,110); }
td.TdClassName
{
border-color: #BDB26E;
}
.TagClassName
{
border-color: #BDB26E;
}
</style>