Shades of Dark Khaki #BBBC66
Tints of Dark Khaki #BBBC66
RGB
CMYK
RGB Variations
Color information
#BBBC66 (or 0xBBBC66) is known color: Dark Khaki. HEX triplet: BB, BC and 66. RGB value is (187,188,102). Sum of RGB (Red+Green+Blue) = 187+188+102=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC66 is #444399. Grayscale: #B2B2B2. Windows color (decimal): -4473754 or 6732987. OLE color: 6732987.
HSL color Cylindrical-coordinate representation of color #BBBC66: hue angle of 60.7º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBBC66 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 102 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.26 |
| HSL | 60.7º | 0.39% | 0.57% | - |
| HSV(B) | 60.7º | 0.46% | 0.74% | - |
| XYZ | 40.88 | 47.49 | 19.58 | - |
| YUV | 177.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 102 | 0.01 | 0 | 0.46 | 0.26 | 60.7 | 0.39 | 0.57 |
| Hex | BB | BC | 66 | 1 | 0 | 2E | 1A | 3D | 27 | 39 |
| Octal | 273 | 274 | 146 | 1 | 0 | 56 | 32 | 75 | 47 | 71 |
| Binary | 10111011 | 10111100 | 1100110 | 1 | 0 | 101110 | 11010 | 111101 | 100111 | 111001 |
Color Harmonies of #BBBC66
Complementary color
Monochromatic Colors of #BBBC66
Black with #BBBC66
Text Example
Text Example
White with #BBBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC66; }
p { color: rgb(187,188,102); }
H1.HeaderClassName
{
color: #BBBC66;
}
.AnyTagClassName
{
color: #BBBC66;
}
</style>
background-color css
<style>
a { background-color: #BBBC66; }
a { background-color: rgb(187,188,102); }
div.DivClassName
{
background-color: #BBBC66;
}
.BgClassName
{
background-color: #BBBC66;
}
</style>
border-color css
<style>
span { border-color: #BBBC66; }
span { border-color: rgb(187,188,102); }
td.TdClassName
{
border-color: #BBBC66;
}
.TagClassName
{
border-color: #BBBC66;
}
</style>