Shades of Dark Khaki #BBBC64
Tints of Dark Khaki #BBBC64
RGB
CMYK
RGB Variations
Color information
#BBBC64 (or 0xBBBC64) is known color: Dark Khaki. HEX triplet: BB, BC and 64. RGB value is (187,188,100). Sum of RGB (Red+Green+Blue) = 187+188+100=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC64 is #44439B. Grayscale: #B2B2B2. Windows color (decimal): -4473756 or 6601915. OLE color: 6601915.
HSL color Cylindrical-coordinate representation of color #BBBC64: hue angle of 60.68º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBBC64 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 100 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.26 |
| HSL | 60.68º | 0.4% | 0.56% | - |
| HSV(B) | 60.68º | 0.47% | 0.74% | - |
| XYZ | 40.78 | 47.45 | 19.07 | - |
| YUV | 177.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 100 | 0.01 | 0 | 0.47 | 0.26 | 60.68 | 0.4 | 0.56 |
| Hex | BB | BC | 64 | 1 | 0 | 2F | 1A | 3D | 28 | 38 |
| Octal | 273 | 274 | 144 | 1 | 0 | 57 | 32 | 75 | 50 | 70 |
| Binary | 10111011 | 10111100 | 1100100 | 1 | 0 | 101111 | 11010 | 111101 | 101000 | 111000 |
Color Harmonies of #BBBC64
Complementary color
Monochromatic Colors of #BBBC64
Black with #BBBC64
Text Example
Text Example
White with #BBBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC64; }
p { color: rgb(187,188,100); }
H1.HeaderClassName
{
color: #BBBC64;
}
.AnyTagClassName
{
color: #BBBC64;
}
</style>
background-color css
<style>
a { background-color: #BBBC64; }
a { background-color: rgb(187,188,100); }
div.DivClassName
{
background-color: #BBBC64;
}
.BgClassName
{
background-color: #BBBC64;
}
</style>
border-color css
<style>
span { border-color: #BBBC64; }
span { border-color: rgb(187,188,100); }
td.TdClassName
{
border-color: #BBBC64;
}
.TagClassName
{
border-color: #BBBC64;
}
</style>