Shades of Dark Khaki #B2B76F
Tints of Dark Khaki #B2B76F
RGB
CMYK
RGB Variations
Color information
#B2B76F (or 0xB2B76F) is known color: Dark Khaki. HEX triplet: B2, B7 and 6F. RGB value is (178,183,111). Sum of RGB (Red+Green+Blue) = 178+183+111=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76F is #4D4890. Grayscale: #ADADAD. Windows color (decimal): -5064849 or 7321522. OLE color: 7321522.
HSL color Cylindrical-coordinate representation of color #B2B76F: hue angle of 64.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2B76F is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 111 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.28 |
| HSL | 64.17º | 0.33% | 0.58% | - |
| HSV(B) | 64.17º | 0.39% | 0.72% | - |
| XYZ | 38.16 | 44.48 | 21.61 | - |
| YUV | 173.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 111 | 0.03 | 0 | 0.39 | 0.28 | 64.17 | 0.33 | 0.58 |
| Hex | B2 | B7 | 6F | 3 | 0 | 27 | 1C | 40 | 21 | 3A |
| Octal | 262 | 267 | 157 | 3 | 0 | 47 | 34 | 100 | 41 | 72 |
| Binary | 10110010 | 10110111 | 1101111 | 11 | 0 | 100111 | 11100 | 1000000 | 100001 | 111010 |
Color Harmonies of #B2B76F
Complementary color
Monochromatic Colors of #B2B76F
Black with #B2B76F
Text Example
Text Example
White with #B2B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B76F; }
p { color: rgb(178,183,111); }
H1.HeaderClassName
{
color: #B2B76F;
}
.AnyTagClassName
{
color: #B2B76F;
}
</style>
background-color css
<style>
a { background-color: #B2B76F; }
a { background-color: rgb(178,183,111); }
div.DivClassName
{
background-color: #B2B76F;
}
.BgClassName
{
background-color: #B2B76F;
}
</style>
border-color css
<style>
span { border-color: #B2B76F; }
span { border-color: rgb(178,183,111); }
td.TdClassName
{
border-color: #B2B76F;
}
.TagClassName
{
border-color: #B2B76F;
}
</style>