Shades of Dark Khaki #BBBC6E
Tints of Dark Khaki #BBBC6E
RGB
CMYK
RGB Variations
Color information
#BBBC6E (or 0xBBBC6E) is known color: Dark Khaki. HEX triplet: BB, BC and 6E. RGB value is (187,188,110). Sum of RGB (Red+Green+Blue) = 187+188+110=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC6E is #444391. Grayscale: #B3B3B3. Windows color (decimal): -4473746 or 7257275. OLE color: 7257275.
HSL color Cylindrical-coordinate representation of color #BBBC6E: hue angle of 60.77º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBBC6E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 110 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.26 |
| HSL | 60.77º | 0.37% | 0.58% | - |
| HSV(B) | 60.77º | 0.41% | 0.74% | - |
| XYZ | 41.29 | 47.66 | 21.77 | - |
| YUV | 178.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 110 | 0.01 | 0 | 0.41 | 0.26 | 60.77 | 0.37 | 0.58 |
| Hex | BB | BC | 6E | 1 | 0 | 29 | 1A | 3D | 25 | 3A |
| Octal | 273 | 274 | 156 | 1 | 0 | 51 | 32 | 75 | 45 | 72 |
| Binary | 10111011 | 10111100 | 1101110 | 1 | 0 | 101001 | 11010 | 111101 | 100101 | 111010 |
Color Harmonies of #BBBC6E
Complementary color
Monochromatic Colors of #BBBC6E
Black with #BBBC6E
Text Example
Text Example
White with #BBBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC6E; }
p { color: rgb(187,188,110); }
H1.HeaderClassName
{
color: #BBBC6E;
}
.AnyTagClassName
{
color: #BBBC6E;
}
</style>
background-color css
<style>
a { background-color: #BBBC6E; }
a { background-color: rgb(187,188,110); }
div.DivClassName
{
background-color: #BBBC6E;
}
.BgClassName
{
background-color: #BBBC6E;
}
</style>
border-color css
<style>
span { border-color: #BBBC6E; }
span { border-color: rgb(187,188,110); }
td.TdClassName
{
border-color: #BBBC6E;
}
.TagClassName
{
border-color: #BBBC6E;
}
</style>