Shades of Dark Khaki #B2B76A
Tints of Dark Khaki #B2B76A
RGB
CMYK
RGB Variations
Color information
#B2B76A (or 0xB2B76A) is known color: Dark Khaki. HEX triplet: B2, B7 and 6A. RGB value is (178,183,106). Sum of RGB (Red+Green+Blue) = 178+183+106=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76A is #4D4895. Grayscale: #ADADAD. Windows color (decimal): -5064854 or 6993842. OLE color: 6993842.
HSL color Cylindrical-coordinate representation of color #B2B76A: hue angle of 63.9º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2B76A is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 106 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.28 |
| HSL | 63.9º | 0.35% | 0.57% | - |
| HSV(B) | 63.9º | 0.42% | 0.72% | - |
| XYZ | 37.9 | 44.37 | 20.2 | - |
| YUV | 172.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 106 | 0.03 | 0 | 0.42 | 0.28 | 63.9 | 0.35 | 0.57 |
| Hex | B2 | B7 | 6A | 3 | 0 | 2A | 1C | 40 | 23 | 39 |
| Octal | 262 | 267 | 152 | 3 | 0 | 52 | 34 | 100 | 43 | 71 |
| Binary | 10110010 | 10110111 | 1101010 | 11 | 0 | 101010 | 11100 | 1000000 | 100011 | 111001 |
Color Harmonies of #B2B76A
Complementary color
Monochromatic Colors of #B2B76A
Black with #B2B76A
Text Example
Text Example
White with #B2B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B76A; }
p { color: rgb(178,183,106); }
H1.HeaderClassName
{
color: #B2B76A;
}
.AnyTagClassName
{
color: #B2B76A;
}
</style>
background-color css
<style>
a { background-color: #B2B76A; }
a { background-color: rgb(178,183,106); }
div.DivClassName
{
background-color: #B2B76A;
}
.BgClassName
{
background-color: #B2B76A;
}
</style>
border-color css
<style>
span { border-color: #B2B76A; }
span { border-color: rgb(178,183,106); }
td.TdClassName
{
border-color: #B2B76A;
}
.TagClassName
{
border-color: #B2B76A;
}
</style>