Shades of Dark Khaki #B5B86B
Tints of Dark Khaki #B5B86B
RGB
CMYK
RGB Variations
Color information
#B5B86B (or 0xB5B86B) is known color: Dark Khaki. HEX triplet: B5, B8 and 6B. RGB value is (181,184,107). Sum of RGB (Red+Green+Blue) = 181+184+107=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B86B is #4A4794. Grayscale: #AEAEAE. Windows color (decimal): -4867989 or 7059637. OLE color: 7059637.
HSL color Cylindrical-coordinate representation of color #B5B86B: hue angle of 62.34º 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 #B5B86B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 107 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.28 |
| HSL | 62.34º | 0.35% | 0.57% | - |
| HSV(B) | 62.34º | 0.42% | 0.72% | - |
| XYZ | 38.85 | 45.17 | 20.58 | - |
| YUV | 174.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 107 | 0.02 | 0 | 0.42 | 0.28 | 62.34 | 0.35 | 0.57 |
| Hex | B5 | B8 | 6B | 2 | 0 | 2A | 1C | 3E | 23 | 39 |
| Octal | 265 | 270 | 153 | 2 | 0 | 52 | 34 | 76 | 43 | 71 |
| Binary | 10110101 | 10111000 | 1101011 | 10 | 0 | 101010 | 11100 | 111110 | 100011 | 111001 |
Color Harmonies of #B5B86B
Complementary color
Monochromatic Colors of #B5B86B
Black with #B5B86B
Text Example
Text Example
White with #B5B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B86B; }
p { color: rgb(181,184,107); }
H1.HeaderClassName
{
color: #B5B86B;
}
.AnyTagClassName
{
color: #B5B86B;
}
</style>
background-color css
<style>
a { background-color: #B5B86B; }
a { background-color: rgb(181,184,107); }
div.DivClassName
{
background-color: #B5B86B;
}
.BgClassName
{
background-color: #B5B86B;
}
</style>
border-color css
<style>
span { border-color: #B5B86B; }
span { border-color: rgb(181,184,107); }
td.TdClassName
{
border-color: #B5B86B;
}
.TagClassName
{
border-color: #B5B86B;
}
</style>