Shades of Tacha #C5BB5A
Tints of Tacha #C5BB5A
RGB
CMYK
RGB Variations
Color information
#C5BB5A (or 0xC5BB5A) is known color: Tacha. HEX triplet: C5, BB and 5A. RGB value is (197,187,90). Sum of RGB (Red+Green+Blue) = 197+187+90=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB5A is #3A44A5. Grayscale: #B3B3B3. Windows color (decimal): -3818662 or 5946309. OLE color: 5946309.
HSL color Cylindrical-coordinate representation of color #C5BB5A: hue angle of 54.39º 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 #C5BB5A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 90 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.23 |
| HSL | 54.39º | 0.48% | 0.56% | - |
| HSV(B) | 54.39º | 0.54% | 0.77% | - |
| XYZ | 42.64 | 48.15 | 16.72 | - |
| YUV | 178.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 90 | 0 | 0.05 | 0.54 | 0.23 | 54.39 | 0.48 | 0.56 |
| Hex | C5 | BB | 5A | 0 | 5 | 36 | 17 | 36 | 30 | 38 |
| Octal | 305 | 273 | 132 | 0 | 5 | 66 | 27 | 66 | 60 | 70 |
| Binary | 11000101 | 10111011 | 1011010 | 0 | 101 | 110110 | 10111 | 110110 | 110000 | 111000 |
Color Harmonies of #C5BB5A
Complementary color
Monochromatic Colors of #C5BB5A
Black with #C5BB5A
Text Example
Text Example
White with #C5BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB5A; }
p { color: rgb(197,187,90); }
H1.HeaderClassName
{
color: #C5BB5A;
}
.AnyTagClassName
{
color: #C5BB5A;
}
</style>
background-color css
<style>
a { background-color: #C5BB5A; }
a { background-color: rgb(197,187,90); }
div.DivClassName
{
background-color: #C5BB5A;
}
.BgClassName
{
background-color: #C5BB5A;
}
</style>
border-color css
<style>
span { border-color: #C5BB5A; }
span { border-color: rgb(197,187,90); }
td.TdClassName
{
border-color: #C5BB5A;
}
.TagClassName
{
border-color: #C5BB5A;
}
</style>