Shades of Dark Khaki #B2B46C
Tints of Dark Khaki #B2B46C
RGB
CMYK
RGB Variations
Color information
#B2B46C (or 0xB2B46C) is known color: Dark Khaki. HEX triplet: B2, B4 and 6C. RGB value is (178,180,108). Sum of RGB (Red+Green+Blue) = 178+180+108=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B46C is #4D4B93. Grayscale: #ABABAB. Windows color (decimal): -5065620 or 7124146. OLE color: 7124146.
HSL color Cylindrical-coordinate representation of color #B2B46C: hue angle of 61.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2B46C is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 108 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.29 |
| HSL | 61.67º | 0.32% | 0.56% | - |
| HSV(B) | 61.67º | 0.4% | 0.71% | - |
| XYZ | 37.39 | 43.19 | 20.55 | - |
| YUV | 171.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 108 | 0.01 | 0 | 0.40 | 0.29 | 61.67 | 0.32 | 0.56 |
| Hex | B2 | B4 | 6C | 1 | 0 | 28 | 1D | 3E | 20 | 38 |
| Octal | 262 | 264 | 154 | 1 | 0 | 50 | 35 | 76 | 40 | 70 |
| Binary | 10110010 | 10110100 | 1101100 | 1 | 0 | 101000 | 11101 | 111110 | 100000 | 111000 |
Color Harmonies of #B2B46C
Complementary color
Monochromatic Colors of #B2B46C
Black with #B2B46C
Text Example
Text Example
White with #B2B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B46C; }
p { color: rgb(178,180,108); }
H1.HeaderClassName
{
color: #B2B46C;
}
.AnyTagClassName
{
color: #B2B46C;
}
</style>
background-color css
<style>
a { background-color: #B2B46C; }
a { background-color: rgb(178,180,108); }
div.DivClassName
{
background-color: #B2B46C;
}
.BgClassName
{
background-color: #B2B46C;
}
</style>
border-color css
<style>
span { border-color: #B2B46C; }
span { border-color: rgb(178,180,108); }
td.TdClassName
{
border-color: #B2B46C;
}
.TagClassName
{
border-color: #B2B46C;
}
</style>