Shades of Coriander #BABB8C
Tints of Coriander #BABB8C
RGB
CMYK
RGB Variations
Color information
#BABB8C (or 0xBABB8C) is known color: Coriander. HEX triplet: BA, BB and 8C. RGB value is (186,187,140). Sum of RGB (Red+Green+Blue) = 186+187+140=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB8C is #454473. Grayscale: #B5B5B5. Windows color (decimal): -4539508 or 9223098. OLE color: 9223098.
HSL color Cylindrical-coordinate representation of color #BABB8C: hue angle of 61.28º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABB8C is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 140 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.27 |
| HSL | 61.28º | 0.26% | 0.64% | - |
| HSV(B) | 61.28º | 0.25% | 0.73% | - |
| XYZ | 42.75 | 47.87 | 31.8 | - |
| YUV | 181.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 140 | 0.01 | 0 | 0.25 | 0.27 | 61.28 | 0.26 | 0.64 |
| Hex | BA | BB | 8C | 1 | 0 | 19 | 1B | 3D | 1A | 40 |
| Octal | 272 | 273 | 214 | 1 | 0 | 31 | 33 | 75 | 32 | 100 |
| Binary | 10111010 | 10111011 | 10001100 | 1 | 0 | 11001 | 11011 | 111101 | 11010 | 1000000 |
Color Harmonies of #BABB8C
Complementary color
Monochromatic Colors of #BABB8C
Black with #BABB8C
Text Example
Text Example
White with #BABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB8C; }
p { color: rgb(186,187,140); }
H1.HeaderClassName
{
color: #BABB8C;
}
.AnyTagClassName
{
color: #BABB8C;
}
</style>
background-color css
<style>
a { background-color: #BABB8C; }
a { background-color: rgb(186,187,140); }
div.DivClassName
{
background-color: #BABB8C;
}
.BgClassName
{
background-color: #BABB8C;
}
</style>
border-color css
<style>
span { border-color: #BABB8C; }
span { border-color: rgb(186,187,140); }
td.TdClassName
{
border-color: #BABB8C;
}
.TagClassName
{
border-color: #BABB8C;
}
</style>