Shades of Dark Khaki #B5BD6B
Tints of Dark Khaki #B5BD6B
RGB
CMYK
RGB Variations
Color information
#B5BD6B (or 0xB5BD6B) is known color: Dark Khaki. HEX triplet: B5, BD and 6B. RGB value is (181,189,107). Sum of RGB (Red+Green+Blue) = 181+189+107=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6B is #4A4294. Grayscale: #B1B1B1. Windows color (decimal): -4866709 or 7060917. OLE color: 7060917.
HSL color Cylindrical-coordinate representation of color #B5BD6B: hue angle of 65.85º 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 #B5BD6B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 107 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.26 |
| HSL | 65.85º | 0.38% | 0.58% | - |
| HSV(B) | 65.85º | 0.43% | 0.74% | - |
| XYZ | 39.91 | 47.28 | 20.93 | - |
| YUV | 177.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 107 | 0.04 | 0 | 0.43 | 0.26 | 65.85 | 0.38 | 0.58 |
| Hex | B5 | BD | 6B | 4 | 0 | 2B | 1A | 42 | 26 | 3A |
| Octal | 265 | 275 | 153 | 4 | 0 | 53 | 32 | 102 | 46 | 72 |
| Binary | 10110101 | 10111101 | 1101011 | 100 | 0 | 101011 | 11010 | 1000010 | 100110 | 111010 |
Color Harmonies of #B5BD6B
Complementary color
Monochromatic Colors of #B5BD6B
Black with #B5BD6B
Text Example
Text Example
White with #B5BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD6B; }
p { color: rgb(181,189,107); }
H1.HeaderClassName
{
color: #B5BD6B;
}
.AnyTagClassName
{
color: #B5BD6B;
}
</style>
background-color css
<style>
a { background-color: #B5BD6B; }
a { background-color: rgb(181,189,107); }
div.DivClassName
{
background-color: #B5BD6B;
}
.BgClassName
{
background-color: #B5BD6B;
}
</style>
border-color css
<style>
span { border-color: #B5BD6B; }
span { border-color: rgb(181,189,107); }
td.TdClassName
{
border-color: #B5BD6B;
}
.TagClassName
{
border-color: #B5BD6B;
}
</style>