Shades of Dark Khaki #B0BA6C
Tints of Dark Khaki #B0BA6C
RGB
CMYK
RGB Variations
Color information
#B0BA6C (or 0xB0BA6C) is known color: Dark Khaki. HEX triplet: B0, BA and 6C. RGB value is (176,186,108). Sum of RGB (Red+Green+Blue) = 176+186+108=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA6C is #4F4593. Grayscale: #AEAEAE. Windows color (decimal): -5195156 or 7125680. OLE color: 7125680.
HSL color Cylindrical-coordinate representation of color #B0BA6C: hue angle of 67.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0BA6C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 108 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.27 |
| HSL | 67.69º | 0.36% | 0.58% | - |
| HSV(B) | 67.69º | 0.42% | 0.73% | - |
| XYZ | 38.17 | 45.43 | 20.94 | - |
| YUV | 174.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 108 | 0.05 | 0 | 0.42 | 0.27 | 67.69 | 0.36 | 0.58 |
| Hex | B0 | BA | 6C | 5 | 0 | 2A | 1B | 44 | 24 | 3A |
| Octal | 260 | 272 | 154 | 5 | 0 | 52 | 33 | 104 | 44 | 72 |
| Binary | 10110000 | 10111010 | 1101100 | 101 | 0 | 101010 | 11011 | 1000100 | 100100 | 111010 |
Color Harmonies of #B0BA6C
Complementary color
Monochromatic Colors of #B0BA6C
Black with #B0BA6C
Text Example
Text Example
White with #B0BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA6C; }
p { color: rgb(176,186,108); }
H1.HeaderClassName
{
color: #B0BA6C;
}
.AnyTagClassName
{
color: #B0BA6C;
}
</style>
background-color css
<style>
a { background-color: #B0BA6C; }
a { background-color: rgb(176,186,108); }
div.DivClassName
{
background-color: #B0BA6C;
}
.BgClassName
{
background-color: #B0BA6C;
}
</style>
border-color css
<style>
span { border-color: #B0BA6C; }
span { border-color: rgb(176,186,108); }
td.TdClassName
{
border-color: #B0BA6C;
}
.TagClassName
{
border-color: #B0BA6C;
}
</style>