Shades of Dark Khaki #B5BD6C
Tints of Dark Khaki #B5BD6C
RGB
CMYK
RGB Variations
Color information
#B5BD6C (or 0xB5BD6C) is known color: Dark Khaki. HEX triplet: B5, BD and 6C. RGB value is (181,189,108). Sum of RGB (Red+Green+Blue) = 181+189+108=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6C is #4A4293. Grayscale: #B1B1B1. Windows color (decimal): -4866708 or 7126453. OLE color: 7126453.
HSL color Cylindrical-coordinate representation of color #B5BD6C: hue angle of 65.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5BD6C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 108 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.26 |
| HSL | 65.93º | 0.38% | 0.58% | - |
| HSV(B) | 65.93º | 0.43% | 0.74% | - |
| XYZ | 39.96 | 47.3 | 21.21 | - |
| YUV | 177.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 108 | 0.04 | 0 | 0.43 | 0.26 | 65.93 | 0.38 | 0.58 |
| Hex | B5 | BD | 6C | 4 | 0 | 2B | 1A | 42 | 26 | 3A |
| Octal | 265 | 275 | 154 | 4 | 0 | 53 | 32 | 102 | 46 | 72 |
| Binary | 10110101 | 10111101 | 1101100 | 100 | 0 | 101011 | 11010 | 1000010 | 100110 | 111010 |
Color Harmonies of #B5BD6C
Complementary color
Monochromatic Colors of #B5BD6C
Black with #B5BD6C
Text Example
Text Example
White with #B5BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD6C; }
p { color: rgb(181,189,108); }
H1.HeaderClassName
{
color: #B5BD6C;
}
.AnyTagClassName
{
color: #B5BD6C;
}
</style>
background-color css
<style>
a { background-color: #B5BD6C; }
a { background-color: rgb(181,189,108); }
div.DivClassName
{
background-color: #B5BD6C;
}
.BgClassName
{
background-color: #B5BD6C;
}
</style>
border-color css
<style>
span { border-color: #B5BD6C; }
span { border-color: rgb(181,189,108); }
td.TdClassName
{
border-color: #B5BD6C;
}
.TagClassName
{
border-color: #B5BD6C;
}
</style>