Shades of Dark Khaki #B2BA6E
Tints of Dark Khaki #B2BA6E
RGB
CMYK
RGB Variations
Color information
#B2BA6E (or 0xB2BA6E) is known color: Dark Khaki. HEX triplet: B2, BA and 6E. RGB value is (178,186,110). Sum of RGB (Red+Green+Blue) = 178+186+110=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA6E is #4D4591. Grayscale: #AFAFAF. Windows color (decimal): -5064082 or 7256754. OLE color: 7256754.
HSL color Cylindrical-coordinate representation of color #B2BA6E: hue angle of 66.32º degrees, saturation: 0.36, 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 #B2BA6E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 110 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.27 |
| HSL | 66.32º | 0.36% | 0.58% | - |
| HSV(B) | 66.32º | 0.41% | 0.73% | - |
| XYZ | 38.73 | 45.71 | 21.53 | - |
| YUV | 174.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 110 | 0.04 | 0 | 0.41 | 0.27 | 66.32 | 0.36 | 0.58 |
| Hex | B2 | BA | 6E | 4 | 0 | 29 | 1B | 42 | 24 | 3A |
| Octal | 262 | 272 | 156 | 4 | 0 | 51 | 33 | 102 | 44 | 72 |
| Binary | 10110010 | 10111010 | 1101110 | 100 | 0 | 101001 | 11011 | 1000010 | 100100 | 111010 |
Color Harmonies of #B2BA6E
Complementary color
Monochromatic Colors of #B2BA6E
Black with #B2BA6E
Text Example
Text Example
White with #B2BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA6E; }
p { color: rgb(178,186,110); }
H1.HeaderClassName
{
color: #B2BA6E;
}
.AnyTagClassName
{
color: #B2BA6E;
}
</style>
background-color css
<style>
a { background-color: #B2BA6E; }
a { background-color: rgb(178,186,110); }
div.DivClassName
{
background-color: #B2BA6E;
}
.BgClassName
{
background-color: #B2BA6E;
}
</style>
border-color css
<style>
span { border-color: #B2BA6E; }
span { border-color: rgb(178,186,110); }
td.TdClassName
{
border-color: #B2BA6E;
}
.TagClassName
{
border-color: #B2BA6E;
}
</style>