Shades of Dark Khaki #B4BD6B
Tints of Dark Khaki #B4BD6B
RGB
CMYK
RGB Variations
Color information
#B4BD6B (or 0xB4BD6B) is known color: Dark Khaki. HEX triplet: B4, BD and 6B. RGB value is (180,189,107). Sum of RGB (Red+Green+Blue) = 180+189+107=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD6B is #4B4294. Grayscale: #B1B1B1. Windows color (decimal): -4932245 or 7060916. OLE color: 7060916.
HSL color Cylindrical-coordinate representation of color #B4BD6B: hue angle of 66.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4BD6B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 107 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.26 |
| HSL | 66.59º | 0.38% | 0.58% | - |
| HSV(B) | 66.59º | 0.43% | 0.74% | - |
| XYZ | 39.67 | 47.16 | 20.92 | - |
| YUV | 176.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 107 | 0.05 | 0 | 0.43 | 0.26 | 66.59 | 0.38 | 0.58 |
| Hex | B4 | BD | 6B | 5 | 0 | 2B | 1A | 43 | 26 | 3A |
| Octal | 264 | 275 | 153 | 5 | 0 | 53 | 32 | 103 | 46 | 72 |
| Binary | 10110100 | 10111101 | 1101011 | 101 | 0 | 101011 | 11010 | 1000011 | 100110 | 111010 |
Color Harmonies of #B4BD6B
Complementary color
Monochromatic Colors of #B4BD6B
Black with #B4BD6B
Text Example
Text Example
White with #B4BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD6B; }
p { color: rgb(180,189,107); }
H1.HeaderClassName
{
color: #B4BD6B;
}
.AnyTagClassName
{
color: #B4BD6B;
}
</style>
background-color css
<style>
a { background-color: #B4BD6B; }
a { background-color: rgb(180,189,107); }
div.DivClassName
{
background-color: #B4BD6B;
}
.BgClassName
{
background-color: #B4BD6B;
}
</style>
border-color css
<style>
span { border-color: #B4BD6B; }
span { border-color: rgb(180,189,107); }
td.TdClassName
{
border-color: #B4BD6B;
}
.TagClassName
{
border-color: #B4BD6B;
}
</style>