Shades of Dark Khaki #B0B96D
Tints of Dark Khaki #B0B96D
RGB
CMYK
RGB Variations
Color information
#B0B96D (or 0xB0B96D) is known color: Dark Khaki. HEX triplet: B0, B9 and 6D. RGB value is (176,185,109). Sum of RGB (Red+Green+Blue) = 176+185+109=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B96D is #4F4692. Grayscale: #ADADAD. Windows color (decimal): -5195411 or 7190960. OLE color: 7190960.
HSL color Cylindrical-coordinate representation of color #B0B96D: hue angle of 67.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0B96D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 109 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.27 |
| HSL | 67.11º | 0.35% | 0.58% | - |
| HSV(B) | 67.11º | 0.41% | 0.73% | - |
| XYZ | 38.01 | 45.03 | 21.16 | - |
| YUV | 173.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 109 | 0.05 | 0 | 0.41 | 0.27 | 67.11 | 0.35 | 0.58 |
| Hex | B0 | B9 | 6D | 5 | 0 | 29 | 1B | 43 | 23 | 3A |
| Octal | 260 | 271 | 155 | 5 | 0 | 51 | 33 | 103 | 43 | 72 |
| Binary | 10110000 | 10111001 | 1101101 | 101 | 0 | 101001 | 11011 | 1000011 | 100011 | 111010 |
Color Harmonies of #B0B96D
Complementary color
Monochromatic Colors of #B0B96D
Black with #B0B96D
Text Example
Text Example
White with #B0B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B96D; }
p { color: rgb(176,185,109); }
H1.HeaderClassName
{
color: #B0B96D;
}
.AnyTagClassName
{
color: #B0B96D;
}
</style>
background-color css
<style>
a { background-color: #B0B96D; }
a { background-color: rgb(176,185,109); }
div.DivClassName
{
background-color: #B0B96D;
}
.BgClassName
{
background-color: #B0B96D;
}
</style>
border-color css
<style>
span { border-color: #B0B96D; }
span { border-color: rgb(176,185,109); }
td.TdClassName
{
border-color: #B0B96D;
}
.TagClassName
{
border-color: #B0B96D;
}
</style>