Shades of Dark Khaki #B0AD6F
Tints of Dark Khaki #B0AD6F
RGB
CMYK
RGB Variations
Color information
#B0AD6F (or 0xB0AD6F) is known color: Dark Khaki. HEX triplet: B0, AD and 6F. RGB value is (176,173,111). Sum of RGB (Red+Green+Blue) = 176+173+111=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD6F is #4F5290. Grayscale: #A7A7A7. Windows color (decimal): -5198481 or 7318960. OLE color: 7318960.
HSL color Cylindrical-coordinate representation of color #B0AD6F: hue angle of 57.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0AD6F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 111 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.31 |
| HSL | 57.23º | 0.29% | 0.56% | - |
| HSV(B) | 57.23º | 0.37% | 0.69% | - |
| XYZ | 35.72 | 40.26 | 20.93 | - |
| YUV | 166.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 111 | 0 | 0.02 | 0.37 | 0.31 | 57.23 | 0.29 | 0.56 |
| Hex | B0 | AD | 6F | 0 | 2 | 25 | 1F | 39 | 1D | 38 |
| Octal | 260 | 255 | 157 | 0 | 2 | 45 | 37 | 71 | 35 | 70 |
| Binary | 10110000 | 10101101 | 1101111 | 0 | 10 | 100101 | 11111 | 111001 | 11101 | 111000 |
Color Harmonies of #B0AD6F
Complementary color
Monochromatic Colors of #B0AD6F
Black with #B0AD6F
Text Example
Text Example
White with #B0AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD6F; }
p { color: rgb(176,173,111); }
H1.HeaderClassName
{
color: #B0AD6F;
}
.AnyTagClassName
{
color: #B0AD6F;
}
</style>
background-color css
<style>
a { background-color: #B0AD6F; }
a { background-color: rgb(176,173,111); }
div.DivClassName
{
background-color: #B0AD6F;
}
.BgClassName
{
background-color: #B0AD6F;
}
</style>
border-color css
<style>
span { border-color: #B0AD6F; }
span { border-color: rgb(176,173,111); }
td.TdClassName
{
border-color: #B0AD6F;
}
.TagClassName
{
border-color: #B0AD6F;
}
</style>