Shades of Dark Khaki #BBBC68
Tints of Dark Khaki #BBBC68
RGB
CMYK
RGB Variations
Color information
#BBBC68 (or 0xBBBC68) is known color: Dark Khaki. HEX triplet: BB, BC and 68. RGB value is (187,188,104). Sum of RGB (Red+Green+Blue) = 187+188+104=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC68 is #444397. Grayscale: #B2B2B2. Windows color (decimal): -4473752 or 6864059. OLE color: 6864059.
HSL color Cylindrical-coordinate representation of color #BBBC68: hue angle of 60.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBBC68 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 104 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.26 |
| HSL | 60.71º | 0.39% | 0.57% | - |
| HSV(B) | 60.71º | 0.45% | 0.74% | - |
| XYZ | 40.98 | 47.53 | 20.11 | - |
| YUV | 178.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 104 | 0.01 | 0 | 0.45 | 0.26 | 60.71 | 0.39 | 0.57 |
| Hex | BB | BC | 68 | 1 | 0 | 2D | 1A | 3D | 27 | 39 |
| Octal | 273 | 274 | 150 | 1 | 0 | 55 | 32 | 75 | 47 | 71 |
| Binary | 10111011 | 10111100 | 1101000 | 1 | 0 | 101101 | 11010 | 111101 | 100111 | 111001 |
Color Harmonies of #BBBC68
Complementary color
Monochromatic Colors of #BBBC68
Black with #BBBC68
Text Example
Text Example
White with #BBBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC68; }
p { color: rgb(187,188,104); }
H1.HeaderClassName
{
color: #BBBC68;
}
.AnyTagClassName
{
color: #BBBC68;
}
</style>
background-color css
<style>
a { background-color: #BBBC68; }
a { background-color: rgb(187,188,104); }
div.DivClassName
{
background-color: #BBBC68;
}
.BgClassName
{
background-color: #BBBC68;
}
</style>
border-color css
<style>
span { border-color: #BBBC68; }
span { border-color: rgb(187,188,104); }
td.TdClassName
{
border-color: #BBBC68;
}
.TagClassName
{
border-color: #BBBC68;
}
</style>