Shades of Dark Khaki #BBBE66
Tints of Dark Khaki #BBBE66
RGB
CMYK
RGB Variations
Color information
#BBBE66 (or 0xBBBE66) is known color: Dark Khaki. HEX triplet: BB, BE and 66. RGB value is (187,190,102). Sum of RGB (Red+Green+Blue) = 187+190+102=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE66 is #444199. Grayscale: #B3B3B3. Windows color (decimal): -4473242 or 6733499. OLE color: 6733499.
HSL color Cylindrical-coordinate representation of color #BBBE66: hue angle of 62.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBBE66 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 102 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.25 |
| HSL | 62.05º | 0.4% | 0.57% | - |
| HSV(B) | 62.05º | 0.46% | 0.75% | - |
| XYZ | 41.31 | 48.35 | 19.73 | - |
| YUV | 179.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 102 | 0.02 | 0 | 0.46 | 0.25 | 62.05 | 0.4 | 0.57 |
| Hex | BB | BE | 66 | 2 | 0 | 2E | 19 | 3E | 28 | 39 |
| Octal | 273 | 276 | 146 | 2 | 0 | 56 | 31 | 76 | 50 | 71 |
| Binary | 10111011 | 10111110 | 1100110 | 10 | 0 | 101110 | 11001 | 111110 | 101000 | 111001 |
Color Harmonies of #BBBE66
Complementary color
Monochromatic Colors of #BBBE66
Black with #BBBE66
Text Example
Text Example
White with #BBBE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE66; }
p { color: rgb(187,190,102); }
H1.HeaderClassName
{
color: #BBBE66;
}
.AnyTagClassName
{
color: #BBBE66;
}
</style>
background-color css
<style>
a { background-color: #BBBE66; }
a { background-color: rgb(187,190,102); }
div.DivClassName
{
background-color: #BBBE66;
}
.BgClassName
{
background-color: #BBBE66;
}
</style>
border-color css
<style>
span { border-color: #BBBE66; }
span { border-color: rgb(187,190,102); }
td.TdClassName
{
border-color: #BBBE66;
}
.TagClassName
{
border-color: #BBBE66;
}
</style>