Shades of Dark Khaki #B5BB6E
Tints of Dark Khaki #B5BB6E
RGB
CMYK
RGB Variations
Color information
#B5BB6E (or 0xB5BB6E) is known color: Dark Khaki. HEX triplet: B5, BB and 6E. RGB value is (181,187,110). Sum of RGB (Red+Green+Blue) = 181+187+110=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB6E is #4A4491. Grayscale: #B0B0B0. Windows color (decimal): -4867218 or 7257013. OLE color: 7257013.
HSL color Cylindrical-coordinate representation of color #B5BB6E: hue angle of 64.68º 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 #B5BB6E is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 110 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.27 |
| HSL | 64.68º | 0.36% | 0.58% | - |
| HSV(B) | 64.68º | 0.41% | 0.73% | - |
| XYZ | 39.64 | 46.49 | 21.64 | - |
| YUV | 176.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 110 | 0.03 | 0 | 0.41 | 0.27 | 64.68 | 0.36 | 0.58 |
| Hex | B5 | BB | 6E | 3 | 0 | 29 | 1B | 41 | 24 | 3A |
| Octal | 265 | 273 | 156 | 3 | 0 | 51 | 33 | 101 | 44 | 72 |
| Binary | 10110101 | 10111011 | 1101110 | 11 | 0 | 101001 | 11011 | 1000001 | 100100 | 111010 |
Color Harmonies of #B5BB6E
Complementary color
Monochromatic Colors of #B5BB6E
Black with #B5BB6E
Text Example
Text Example
White with #B5BB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB6E; }
p { color: rgb(181,187,110); }
H1.HeaderClassName
{
color: #B5BB6E;
}
.AnyTagClassName
{
color: #B5BB6E;
}
</style>
background-color css
<style>
a { background-color: #B5BB6E; }
a { background-color: rgb(181,187,110); }
div.DivClassName
{
background-color: #B5BB6E;
}
.BgClassName
{
background-color: #B5BB6E;
}
</style>
border-color css
<style>
span { border-color: #B5BB6E; }
span { border-color: rgb(181,187,110); }
td.TdClassName
{
border-color: #B5BB6E;
}
.TagClassName
{
border-color: #B5BB6E;
}
</style>