Shades of Dark Khaki #B2B36A
Tints of Dark Khaki #B2B36A
RGB
CMYK
RGB Variations
Color information
#B2B36A (or 0xB2B36A) is known color: Dark Khaki. HEX triplet: B2, B3 and 6A. RGB value is (178,179,106). Sum of RGB (Red+Green+Blue) = 178+179+106=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B36A is #4D4C95. Grayscale: #AAAAAA. Windows color (decimal): -5065878 or 6992818. OLE color: 6992818.
HSL color Cylindrical-coordinate representation of color #B2B36A: hue angle of 60.82º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2B36A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 106 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.30 |
| HSL | 60.82º | 0.32% | 0.56% | - |
| HSV(B) | 60.82º | 0.41% | 0.7% | - |
| XYZ | 37.08 | 42.75 | 19.93 | - |
| YUV | 170.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 106 | 0.01 | 0 | 0.41 | 0.30 | 60.82 | 0.32 | 0.56 |
| Hex | B2 | B3 | 6A | 1 | 0 | 29 | 1E | 3D | 20 | 38 |
| Octal | 262 | 263 | 152 | 1 | 0 | 51 | 36 | 75 | 40 | 70 |
| Binary | 10110010 | 10110011 | 1101010 | 1 | 0 | 101001 | 11110 | 111101 | 100000 | 111000 |
Color Harmonies of #B2B36A
Complementary color
Monochromatic Colors of #B2B36A
Black with #B2B36A
Text Example
Text Example
White with #B2B36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B36A; }
p { color: rgb(178,179,106); }
H1.HeaderClassName
{
color: #B2B36A;
}
.AnyTagClassName
{
color: #B2B36A;
}
</style>
background-color css
<style>
a { background-color: #B2B36A; }
a { background-color: rgb(178,179,106); }
div.DivClassName
{
background-color: #B2B36A;
}
.BgClassName
{
background-color: #B2B36A;
}
</style>
border-color css
<style>
span { border-color: #B2B36A; }
span { border-color: rgb(178,179,106); }
td.TdClassName
{
border-color: #B2B36A;
}
.TagClassName
{
border-color: #B2B36A;
}
</style>