Shades of Dark Khaki #B5B86A
Tints of Dark Khaki #B5B86A
RGB
CMYK
RGB Variations
Color information
#B5B86A (or 0xB5B86A) is known color: Dark Khaki. HEX triplet: B5, B8 and 6A. RGB value is (181,184,106). Sum of RGB (Red+Green+Blue) = 181+184+106=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B86A is #4A4795. Grayscale: #AEAEAE. Windows color (decimal): -4867990 or 6994101. OLE color: 6994101.
HSL color Cylindrical-coordinate representation of color #B5B86A: hue angle of 62.31º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5B86A is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 106 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.28 |
| HSL | 62.31º | 0.35% | 0.57% | - |
| HSV(B) | 62.31º | 0.42% | 0.72% | - |
| XYZ | 38.8 | 45.15 | 20.3 | - |
| YUV | 174.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 106 | 0.02 | 0 | 0.42 | 0.28 | 62.31 | 0.35 | 0.57 |
| Hex | B5 | B8 | 6A | 2 | 0 | 2A | 1C | 3E | 23 | 39 |
| Octal | 265 | 270 | 152 | 2 | 0 | 52 | 34 | 76 | 43 | 71 |
| Binary | 10110101 | 10111000 | 1101010 | 10 | 0 | 101010 | 11100 | 111110 | 100011 | 111001 |
Color Harmonies of #B5B86A
Complementary color
Monochromatic Colors of #B5B86A
Black with #B5B86A
Text Example
Text Example
White with #B5B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B86A; }
p { color: rgb(181,184,106); }
H1.HeaderClassName
{
color: #B5B86A;
}
.AnyTagClassName
{
color: #B5B86A;
}
</style>
background-color css
<style>
a { background-color: #B5B86A; }
a { background-color: rgb(181,184,106); }
div.DivClassName
{
background-color: #B5B86A;
}
.BgClassName
{
background-color: #B5B86A;
}
</style>
border-color css
<style>
span { border-color: #B5B86A; }
span { border-color: rgb(181,184,106); }
td.TdClassName
{
border-color: #B5B86A;
}
.TagClassName
{
border-color: #B5B86A;
}
</style>