Shades of Dark Khaki #B2B770
Tints of Dark Khaki #B2B770
RGB
CMYK
RGB Variations
Color information
#B2B770 (or 0xB2B770) is known color: Dark Khaki. HEX triplet: B2, B7 and 70. RGB value is (178,183,112). Sum of RGB (Red+Green+Blue) = 178+183+112=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B770 is #4D488F. Grayscale: #ADADAD. Windows color (decimal): -5064848 or 7387058. OLE color: 7387058.
HSL color Cylindrical-coordinate representation of color #B2B770: hue angle of 64.23º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2B770 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 112 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.28 |
| HSL | 64.23º | 0.33% | 0.58% | - |
| HSV(B) | 64.23º | 0.39% | 0.72% | - |
| XYZ | 38.22 | 44.5 | 21.9 | - |
| YUV | 173.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 112 | 0.03 | 0 | 0.39 | 0.28 | 64.23 | 0.33 | 0.58 |
| Hex | B2 | B7 | 70 | 3 | 0 | 27 | 1C | 40 | 21 | 3A |
| Octal | 262 | 267 | 160 | 3 | 0 | 47 | 34 | 100 | 41 | 72 |
| Binary | 10110010 | 10110111 | 1110000 | 11 | 0 | 100111 | 11100 | 1000000 | 100001 | 111010 |
Color Harmonies of #B2B770
Complementary color
Monochromatic Colors of #B2B770
Black with #B2B770
Text Example
Text Example
White with #B2B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B770; }
p { color: rgb(178,183,112); }
H1.HeaderClassName
{
color: #B2B770;
}
.AnyTagClassName
{
color: #B2B770;
}
</style>
background-color css
<style>
a { background-color: #B2B770; }
a { background-color: rgb(178,183,112); }
div.DivClassName
{
background-color: #B2B770;
}
.BgClassName
{
background-color: #B2B770;
}
</style>
border-color css
<style>
span { border-color: #B2B770; }
span { border-color: rgb(178,183,112); }
td.TdClassName
{
border-color: #B2B770;
}
.TagClassName
{
border-color: #B2B770;
}
</style>