Shades of Dark Khaki #B8BE6D
Tints of Dark Khaki #B8BE6D
RGB
CMYK
RGB Variations
Color information
#B8BE6D (or 0xB8BE6D) is known color: Dark Khaki. HEX triplet: B8, BE and 6D. RGB value is (184,190,109). Sum of RGB (Red+Green+Blue) = 184+190+109=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE6D is #474192. Grayscale: #B3B3B3. Windows color (decimal): -4669843 or 7192248. OLE color: 7192248.
HSL color Cylindrical-coordinate representation of color #B8BE6D: hue angle of 64.44º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8BE6D is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 109 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.25 |
| HSL | 64.44º | 0.38% | 0.59% | - |
| HSV(B) | 64.44º | 0.43% | 0.75% | - |
| XYZ | 40.94 | 48.12 | 21.6 | - |
| YUV | 178.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 109 | 0.03 | 0 | 0.43 | 0.25 | 64.44 | 0.38 | 0.59 |
| Hex | B8 | BE | 6D | 3 | 0 | 2B | 19 | 40 | 26 | 3B |
| Octal | 270 | 276 | 155 | 3 | 0 | 53 | 31 | 100 | 46 | 73 |
| Binary | 10111000 | 10111110 | 1101101 | 11 | 0 | 101011 | 11001 | 1000000 | 100110 | 111011 |
Color Harmonies of #B8BE6D
Complementary color
Monochromatic Colors of #B8BE6D
Black with #B8BE6D
Text Example
Text Example
White with #B8BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE6D; }
p { color: rgb(184,190,109); }
H1.HeaderClassName
{
color: #B8BE6D;
}
.AnyTagClassName
{
color: #B8BE6D;
}
</style>
background-color css
<style>
a { background-color: #B8BE6D; }
a { background-color: rgb(184,190,109); }
div.DivClassName
{
background-color: #B8BE6D;
}
.BgClassName
{
background-color: #B8BE6D;
}
</style>
border-color css
<style>
span { border-color: #B8BE6D; }
span { border-color: rgb(184,190,109); }
td.TdClassName
{
border-color: #B8BE6D;
}
.TagClassName
{
border-color: #B8BE6D;
}
</style>