#C9BC5D

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

Shades of Tacha #C9BC5D

Tints of Tacha #C9BC5D

Color information

#C9BC5D (or 0xC9BC5D) is unknown color: approx Tacha. HEX triplet: C9, BC and 5D. RGB value is (201,188,93). Sum of RGB (Red+Green+Blue) = 201+188+93=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC5D is #3643A2. Grayscale: #B5B5B5. Windows color (decimal): -3556259 or 6143177. OLE color: 6143177.

HSL color Cylindrical-coordinate representation of color #C9BC5D: hue angle of 52.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9BC5D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20118893-
CMYK00.060.540.21
HSL52.78º50%57.65%-
HSV(B)52.78º53.73%78.82%-
XYZ44.0549.1717.53-
YUV181.0678.31142.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=41.70%
G=39.00%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011889300.060.540.2152.785057.65
HexC9BC5D06361535323a
Octal311274135066625656272
Binary11001001101111001011101011011011010101110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC5D; }

 p { color: rgb(201,188,93); }

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

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

 a { background-color: rgb(201,188,93); }

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

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

 span { border-color: rgb(201,188,93); }

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