Shades of Tacha #C5BA5B
Tints of Tacha #C5BA5B
RGB
CMYK
RGB Variations
Color information
#C5BA5B (or 0xC5BA5B) is known color: Tacha. HEX triplet: C5, BA and 5B. RGB value is (197,186,91). Sum of RGB (Red+Green+Blue) = 197+186+91=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA5B is #3A45A4. Grayscale: #B2B2B2. Windows color (decimal): -3818917 or 6011589. OLE color: 6011589.
HSL color Cylindrical-coordinate representation of color #C5BA5B: hue angle of 53.77º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5BA5B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 91 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.23 |
| HSL | 53.77º | 0.48% | 0.56% | - |
| HSV(B) | 53.77º | 0.54% | 0.77% | - |
| XYZ | 42.47 | 47.74 | 16.87 | - |
| YUV | 178.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 91 | 0 | 0.06 | 0.54 | 0.23 | 53.77 | 0.48 | 0.56 |
| Hex | C5 | BA | 5B | 0 | 6 | 36 | 17 | 36 | 30 | 38 |
| Octal | 305 | 272 | 133 | 0 | 6 | 66 | 27 | 66 | 60 | 70 |
| Binary | 11000101 | 10111010 | 1011011 | 0 | 110 | 110110 | 10111 | 110110 | 110000 | 111000 |
Color Harmonies of #C5BA5B
Complementary color
Monochromatic Colors of #C5BA5B
Black with #C5BA5B
Text Example
Text Example
White with #C5BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA5B; }
p { color: rgb(197,186,91); }
H1.HeaderClassName
{
color: #C5BA5B;
}
.AnyTagClassName
{
color: #C5BA5B;
}
</style>
background-color css
<style>
a { background-color: #C5BA5B; }
a { background-color: rgb(197,186,91); }
div.DivClassName
{
background-color: #C5BA5B;
}
.BgClassName
{
background-color: #C5BA5B;
}
</style>
border-color css
<style>
span { border-color: #C5BA5B; }
span { border-color: rgb(197,186,91); }
td.TdClassName
{
border-color: #C5BA5B;
}
.TagClassName
{
border-color: #C5BA5B;
}
</style>