Shades of Dark Khaki #B2B56A
Tints of Dark Khaki #B2B56A
RGB
CMYK
RGB Variations
Color information
#B2B56A (or 0xB2B56A) is known color: Dark Khaki. HEX triplet: B2, B5 and 6A. RGB value is (178,181,106). Sum of RGB (Red+Green+Blue) = 178+181+106=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B56A is #4D4A95. Grayscale: #ABABAB. Windows color (decimal): -5065366 or 6993330. OLE color: 6993330.
HSL color Cylindrical-coordinate representation of color #B2B56A: hue angle of 62.4º degrees, saturation: 0.34, 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 #B2B56A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 106 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.29 |
| HSL | 62.4º | 0.34% | 0.56% | - |
| HSV(B) | 62.4º | 0.41% | 0.71% | - |
| XYZ | 37.49 | 43.55 | 20.07 | - |
| YUV | 171.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 106 | 0.02 | 0 | 0.41 | 0.29 | 62.4 | 0.34 | 0.56 |
| Hex | B2 | B5 | 6A | 2 | 0 | 29 | 1D | 3E | 22 | 38 |
| Octal | 262 | 265 | 152 | 2 | 0 | 51 | 35 | 76 | 42 | 70 |
| Binary | 10110010 | 10110101 | 1101010 | 10 | 0 | 101001 | 11101 | 111110 | 100010 | 111000 |
Color Harmonies of #B2B56A
Complementary color
Monochromatic Colors of #B2B56A
Black with #B2B56A
Text Example
Text Example
White with #B2B56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B56A; }
p { color: rgb(178,181,106); }
H1.HeaderClassName
{
color: #B2B56A;
}
.AnyTagClassName
{
color: #B2B56A;
}
</style>
background-color css
<style>
a { background-color: #B2B56A; }
a { background-color: rgb(178,181,106); }
div.DivClassName
{
background-color: #B2B56A;
}
.BgClassName
{
background-color: #B2B56A;
}
</style>
border-color css
<style>
span { border-color: #B2B56A; }
span { border-color: rgb(178,181,106); }
td.TdClassName
{
border-color: #B2B56A;
}
.TagClassName
{
border-color: #B2B56A;
}
</style>