Shades of Dark Khaki #B2B36C
Tints of Dark Khaki #B2B36C
RGB
CMYK
RGB Variations
Color information
#B2B36C (or 0xB2B36C) is known color: Dark Khaki. HEX triplet: B2, B3 and 6C. RGB value is (178,179,108). Sum of RGB (Red+Green+Blue) = 178+179+108=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B36C is #4D4C93. Grayscale: #AAAAAA. Windows color (decimal): -5065876 or 7123890. OLE color: 7123890.
HSL color Cylindrical-coordinate representation of color #B2B36C: hue angle of 60.85º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2B36C is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 108 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.30 |
| HSL | 60.85º | 0.32% | 0.56% | - |
| HSV(B) | 60.85º | 0.4% | 0.7% | - |
| XYZ | 37.19 | 42.79 | 20.49 | - |
| YUV | 170.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 108 | 0.01 | 0 | 0.40 | 0.30 | 60.85 | 0.32 | 0.56 |
| Hex | B2 | B3 | 6C | 1 | 0 | 28 | 1E | 3D | 20 | 38 |
| Octal | 262 | 263 | 154 | 1 | 0 | 50 | 36 | 75 | 40 | 70 |
| Binary | 10110010 | 10110011 | 1101100 | 1 | 0 | 101000 | 11110 | 111101 | 100000 | 111000 |
Color Harmonies of #B2B36C
Complementary color
Monochromatic Colors of #B2B36C
Black with #B2B36C
Text Example
Text Example
White with #B2B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B36C; }
p { color: rgb(178,179,108); }
H1.HeaderClassName
{
color: #B2B36C;
}
.AnyTagClassName
{
color: #B2B36C;
}
</style>
background-color css
<style>
a { background-color: #B2B36C; }
a { background-color: rgb(178,179,108); }
div.DivClassName
{
background-color: #B2B36C;
}
.BgClassName
{
background-color: #B2B36C;
}
</style>
border-color css
<style>
span { border-color: #B2B36C; }
span { border-color: rgb(178,179,108); }
td.TdClassName
{
border-color: #B2B36C;
}
.TagClassName
{
border-color: #B2B36C;
}
</style>