#C5B65C

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

Shades of Tacha #C5B65C

Tints of Tacha #C5B65C

Color information

#C5B65C (or 0xC5B65C) is unknown color: approx Tacha. HEX triplet: C5, B6 and 5C. RGB value is (197,182,92). Sum of RGB (Red+Green+Blue) = 197+182+92=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B65C is #3A49A3. Grayscale: #B0B0B0. Windows color (decimal): -3819940 or 6076101. OLE color: 6076101.

HSL color Cylindrical-coordinate representation of color #C5B65C: hue angle of 51.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5B65C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19718292-
CMYK00.080.530.23
HSL51.43º47.51%56.67%-
HSV(B)51.43º53.3%77.25%-
XYZ41.6946.116.83-
YUV176.2280.47142.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=41.83%
G=38.64%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971829200.080.530.2351.4347.5156.67
HexC5B65C083517333039
Octal3052661340106527636071
Binary110001011011011010111000100011010110111110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B65C; }

 p { color: rgb(197,182,92); }

 H1.HeaderClassName
 {
   color: #C5B65C;
 }
 .AnyTagClassName
 {
   color: #C5B65C;
 }
</style>
background-color css

<style>
 a { background-color: #C5B65C; }

 a { background-color: rgb(197,182,92); }

 div.DivClassName
 {
   background-color: #C5B65C;
 }
 .BgClassName
 {
   background-color: #C5B65C;
 }
</style>
border-color css

<style>
 span { border-color: #C5B65C; }

 span { border-color: rgb(197,182,92); }

 td.TdClassName
 {
   border-color: #C5B65C;
 }
 .TagClassName
 {
   border-color: #C5B65C;
 }
</style>