Shades of Dark Khaki #B1B96C
Tints of Dark Khaki #B1B96C
RGB
CMYK
RGB Variations
Color information
#B1B96C (or 0xB1B96C) is known color: Dark Khaki. HEX triplet: B1, B9 and 6C. RGB value is (177,185,108). Sum of RGB (Red+Green+Blue) = 177+185+108=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B96C is #4E4693. Grayscale: #AEAEAE. Windows color (decimal): -5129876 or 7125425. OLE color: 7125425.
HSL color Cylindrical-coordinate representation of color #B1B96C: hue angle of 66.23º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1B96C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 108 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.27 |
| HSL | 66.23º | 0.35% | 0.57% | - |
| HSV(B) | 66.23º | 0.42% | 0.73% | - |
| XYZ | 38.19 | 45.13 | 20.89 | - |
| YUV | 173.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 108 | 0.04 | 0 | 0.42 | 0.27 | 66.23 | 0.35 | 0.57 |
| Hex | B1 | B9 | 6C | 4 | 0 | 2A | 1B | 42 | 23 | 39 |
| Octal | 261 | 271 | 154 | 4 | 0 | 52 | 33 | 102 | 43 | 71 |
| Binary | 10110001 | 10111001 | 1101100 | 100 | 0 | 101010 | 11011 | 1000010 | 100011 | 111001 |
Color Harmonies of #B1B96C
Complementary color
Monochromatic Colors of #B1B96C
Black with #B1B96C
Text Example
Text Example
White with #B1B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B96C; }
p { color: rgb(177,185,108); }
H1.HeaderClassName
{
color: #B1B96C;
}
.AnyTagClassName
{
color: #B1B96C;
}
</style>
background-color css
<style>
a { background-color: #B1B96C; }
a { background-color: rgb(177,185,108); }
div.DivClassName
{
background-color: #B1B96C;
}
.BgClassName
{
background-color: #B1B96C;
}
</style>
border-color css
<style>
span { border-color: #B1B96C; }
span { border-color: rgb(177,185,108); }
td.TdClassName
{
border-color: #B1B96C;
}
.TagClassName
{
border-color: #B1B96C;
}
</style>