#C7BC5C

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

Shades of Tacha #C7BC5C

Tints of Tacha #C7BC5C

Color information

#C7BC5C (or 0xC7BC5C) is unknown color: approx Tacha. HEX triplet: C7, BC and 5C. RGB value is (199,188,92). Sum of RGB (Red+Green+Blue) = 199+188+92=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC5C is #3843A3. Grayscale: #B4B4B4. Windows color (decimal): -3687332 or 6077639. OLE color: 6077639.

HSL color Cylindrical-coordinate representation of color #C7BC5C: hue angle of 53.83º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7BC5C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19918892-
CMYK00.060.540.22
HSL53.83º48.86%57.06%-
HSV(B)53.83º53.77%78.04%-
XYZ43.4748.8817.27-
YUV180.3478.14141.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=41.54%
G=39.25%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991889200.060.540.2253.8348.8657.06
HexC7BC5C063616363139
Octal307274134066626666171
Binary11000111101111001011100011011011010110110110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC5C; }

 p { color: rgb(199,188,92); }

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

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

 a { background-color: rgb(199,188,92); }

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

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

 span { border-color: rgb(199,188,92); }

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