Shades of Dark Khaki #B2AC73
Tints of Dark Khaki #B2AC73
RGB
CMYK
RGB Variations
Color information
#B2AC73 (or 0xB2AC73) is known color: Dark Khaki. HEX triplet: B2, AC and 73. RGB value is (178,172,115). Sum of RGB (Red+Green+Blue) = 178+172+115=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC73 is #4D538C. Grayscale: #A7A7A7. Windows color (decimal): -5067661 or 7580850. OLE color: 7580850.
HSL color Cylindrical-coordinate representation of color #B2AC73: hue angle of 54.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2AC73 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 115 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.30 |
| HSL | 54.29º | 0.29% | 0.57% | - |
| HSV(B) | 54.29º | 0.35% | 0.7% | - |
| XYZ | 36.21 | 40.21 | 22.07 | - |
| YUV | 167.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 115 | 0 | 0.03 | 0.35 | 0.30 | 54.29 | 0.29 | 0.57 |
| Hex | B2 | AC | 73 | 0 | 3 | 23 | 1E | 36 | 1D | 39 |
| Octal | 262 | 254 | 163 | 0 | 3 | 43 | 36 | 66 | 35 | 71 |
| Binary | 10110010 | 10101100 | 1110011 | 0 | 11 | 100011 | 11110 | 110110 | 11101 | 111001 |
Color Harmonies of #B2AC73
Complementary color
Monochromatic Colors of #B2AC73
Black with #B2AC73
Text Example
Text Example
White with #B2AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC73; }
p { color: rgb(178,172,115); }
H1.HeaderClassName
{
color: #B2AC73;
}
.AnyTagClassName
{
color: #B2AC73;
}
</style>
background-color css
<style>
a { background-color: #B2AC73; }
a { background-color: rgb(178,172,115); }
div.DivClassName
{
background-color: #B2AC73;
}
.BgClassName
{
background-color: #B2AC73;
}
</style>
border-color css
<style>
span { border-color: #B2AC73; }
span { border-color: rgb(178,172,115); }
td.TdClassName
{
border-color: #B2AC73;
}
.TagClassName
{
border-color: #B2AC73;
}
</style>