Shades of Dark Khaki #B5B16B
Tints of Dark Khaki #B5B16B
RGB
CMYK
RGB Variations
Color information
#B5B16B (or 0xB5B16B) is known color: Dark Khaki. HEX triplet: B5, B1 and 6B. RGB value is (181,177,107). Sum of RGB (Red+Green+Blue) = 181+177+107=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B16B is #4A4E94. Grayscale: #AAAAAA. Windows color (decimal): -4869781 or 7057845. OLE color: 7057845.
HSL color Cylindrical-coordinate representation of color #B5B16B: hue angle of 56.76º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5B16B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 107 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.29 |
| HSL | 56.76º | 0.33% | 0.56% | - |
| HSV(B) | 56.76º | 0.41% | 0.71% | - |
| XYZ | 37.43 | 42.33 | 20.11 | - |
| YUV | 170.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 107 | 0 | 0.02 | 0.41 | 0.29 | 56.76 | 0.33 | 0.56 |
| Hex | B5 | B1 | 6B | 0 | 2 | 29 | 1D | 39 | 21 | 38 |
| Octal | 265 | 261 | 153 | 0 | 2 | 51 | 35 | 71 | 41 | 70 |
| Binary | 10110101 | 10110001 | 1101011 | 0 | 10 | 101001 | 11101 | 111001 | 100001 | 111000 |
Color Harmonies of #B5B16B
Complementary color
Monochromatic Colors of #B5B16B
Black with #B5B16B
Text Example
Text Example
White with #B5B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B16B; }
p { color: rgb(181,177,107); }
H1.HeaderClassName
{
color: #B5B16B;
}
.AnyTagClassName
{
color: #B5B16B;
}
</style>
background-color css
<style>
a { background-color: #B5B16B; }
a { background-color: rgb(181,177,107); }
div.DivClassName
{
background-color: #B5B16B;
}
.BgClassName
{
background-color: #B5B16B;
}
</style>
border-color css
<style>
span { border-color: #B5B16B; }
span { border-color: rgb(181,177,107); }
td.TdClassName
{
border-color: #B5B16B;
}
.TagClassName
{
border-color: #B5B16B;
}
</style>