Shades of Dark Khaki #B2BA6C
Tints of Dark Khaki #B2BA6C
RGB
CMYK
RGB Variations
Color information
#B2BA6C (or 0xB2BA6C) is known color: Dark Khaki. HEX triplet: B2, BA and 6C. RGB value is (178,186,108). Sum of RGB (Red+Green+Blue) = 178+186+108=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA6C is #4D4593. Grayscale: #AFAFAF. Windows color (decimal): -5064084 or 7125682. OLE color: 7125682.
HSL color Cylindrical-coordinate representation of color #B2BA6C: hue angle of 66.15º 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 #B2BA6C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 108 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.27 |
| HSL | 66.15º | 0.36% | 0.58% | - |
| HSV(B) | 66.15º | 0.42% | 0.73% | - |
| XYZ | 38.63 | 45.67 | 20.97 | - |
| YUV | 174.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 108 | 0.04 | 0 | 0.42 | 0.27 | 66.15 | 0.36 | 0.58 |
| Hex | B2 | BA | 6C | 4 | 0 | 2A | 1B | 42 | 24 | 3A |
| Octal | 262 | 272 | 154 | 4 | 0 | 52 | 33 | 102 | 44 | 72 |
| Binary | 10110010 | 10111010 | 1101100 | 100 | 0 | 101010 | 11011 | 1000010 | 100100 | 111010 |
Color Harmonies of #B2BA6C
Complementary color
Monochromatic Colors of #B2BA6C
Black with #B2BA6C
Text Example
Text Example
White with #B2BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA6C; }
p { color: rgb(178,186,108); }
H1.HeaderClassName
{
color: #B2BA6C;
}
.AnyTagClassName
{
color: #B2BA6C;
}
</style>
background-color css
<style>
a { background-color: #B2BA6C; }
a { background-color: rgb(178,186,108); }
div.DivClassName
{
background-color: #B2BA6C;
}
.BgClassName
{
background-color: #B2BA6C;
}
</style>
border-color css
<style>
span { border-color: #B2BA6C; }
span { border-color: rgb(178,186,108); }
td.TdClassName
{
border-color: #B2BA6C;
}
.TagClassName
{
border-color: #B2BA6C;
}
</style>