#C8BC5B

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

Shades of Tacha #C8BC5B

Tints of Tacha #C8BC5B

Color information

#C8BC5B (or 0xC8BC5B) is unknown color: approx Tacha. HEX triplet: C8, BC and 5B. RGB value is (200,188,91). Sum of RGB (Red+Green+Blue) = 200+188+91=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5B is #3743A4. Grayscale: #B4B4B4. Windows color (decimal): -3621797 or 6012104. OLE color: 6012104.

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

Color convert

RGB20018891-
CMYK00.060.540.22
HSL53.39º49.77%57.06%-
HSV(B)53.39º54.5%78.43%-
XYZ43.694917.05-
YUV180.5377.48141.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=41.75%
G=39.25%
B=19.00%

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
Decimal2001889100.060.540.2253.3949.7757.06
HexC8BC5B063616353239
Octal310274133066626656271
Binary11001000101111001011011011011011010110110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC5B; }

 p { color: rgb(200,188,91); }

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

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

 a { background-color: rgb(200,188,91); }

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

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

 span { border-color: rgb(200,188,91); }

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