#C6BF55

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

Shades of Tacha #C6BF55

Tints of Tacha #C6BF55

Color information

#C6BF55 (or 0xC6BF55) is unknown color: approx Tacha. HEX triplet: C6, BF and 55. RGB value is (198,191,85). Sum of RGB (Red+Green+Blue) = 198+191+85=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF55 is #3940AA. Grayscale: #B5B5B5. Windows color (decimal): -3752107 or 5619654. OLE color: 5619654.

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

Color convert

RGB19819185-
CMYK00.040.570.22
HSL56.28º49.78%55.49%-
HSV(B)56.28º57.07%77.65%-
XYZ43.5649.9215.93-
YUV181.0173.82140.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=41.77%
G=40.30%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981918500.040.570.2256.2849.7855.49
HexC6BF55043916383237
Octal306277125047126706267
Binary11000110101111111010101010011100110110111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF55; }

 p { color: rgb(198,191,85); }

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

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

 a { background-color: rgb(198,191,85); }

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

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

 span { border-color: rgb(198,191,85); }

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