#C5BA5B

Color #C5BA5B Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #C5BA5B

Tints of Tacha #C5BA5B

Color information

#C5BA5B (or 0xC5BA5B) is unknown color: approx 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

RGB19718691-
CMYK00.060.540.23
HSL53.77º47.75%56.47%-
HSV(B)53.77º53.81%77.25%-
XYZ42.4747.7416.87-
YUV178.4678.64141.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 91 (35.94% from 255) = 19.20%
R=41.56%
G=39.24%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971869100.060.540.2353.7747.7556.47
HexC5BA5B063617363038
Octal305272133066627666070
Binary11000101101110101011011011011011010111110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>