Shades of Dark Khaki #B2B278
Tints of Dark Khaki #B2B278
RGB
CMYK
RGB Variations
Color information
#B2B278 (or 0xB2B278) is known color: Dark Khaki. HEX triplet: B2, B2 and 78. RGB value is (178,178,120). Sum of RGB (Red+Green+Blue) = 178+178+120=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B278 is #4D4D87. Grayscale: #ABABAB. Windows color (decimal): -5066120 or 7910066. OLE color: 7910066.
HSL color Cylindrical-coordinate representation of color #B2B278: hue angle of 60º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2B278 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 120 | - |
| CMYK | 0 | 0 | 0.33 | 0.30 |
| HSL | 60º | 0.27% | 0.58% | - |
| HSV(B) | 60º | 0.33% | 0.7% | - |
| XYZ | 37.67 | 42.66 | 24.02 | - |
| YUV | 171.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 120 | 0 | 0 | 0.33 | 0.30 | 60 | 0.27 | 0.58 |
| Hex | B2 | B2 | 78 | 0 | 0 | 21 | 1E | 3C | 1B | 3A |
| Octal | 262 | 262 | 170 | 0 | 0 | 41 | 36 | 74 | 33 | 72 |
| Binary | 10110010 | 10110010 | 1111000 | 0 | 0 | 100001 | 11110 | 111100 | 11011 | 111010 |
Color Harmonies of #B2B278
Complementary color
Monochromatic Colors of #B2B278
Black with #B2B278
Text Example
Text Example
White with #B2B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B278; }
p { color: rgb(178,178,120); }
H1.HeaderClassName
{
color: #B2B278;
}
.AnyTagClassName
{
color: #B2B278;
}
</style>
background-color css
<style>
a { background-color: #B2B278; }
a { background-color: rgb(178,178,120); }
div.DivClassName
{
background-color: #B2B278;
}
.BgClassName
{
background-color: #B2B278;
}
</style>
border-color css
<style>
span { border-color: #B2B278; }
span { border-color: rgb(178,178,120); }
td.TdClassName
{
border-color: #B2B278;
}
.TagClassName
{
border-color: #B2B278;
}
</style>