#C7BE5B

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

Shades of Tacha #C7BE5B

Tints of Tacha #C7BE5B

Color information

#C7BE5B (or 0xC7BE5B) is unknown color: approx Tacha. HEX triplet: C7, BE and 5B. RGB value is (199,190,91). Sum of RGB (Red+Green+Blue) = 199+190+91=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE5B is #3841A4. Grayscale: #B5B5B5. Windows color (decimal): -3686821 or 6012615. OLE color: 6012615.

HSL color Cylindrical-coordinate representation of color #C7BE5B: hue angle of 55º 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 #C7BE5B is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19919091-
CMYK00.050.540.22
HSL55º49.09%56.86%-
HSV(B)55º54.27%78.04%-
XYZ43.8549.7217.18-
YUV181.476.98140.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=41.46%
G=39.58%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991909100.050.540.225549.0956.86
HexC7BE5B053616373139
Octal307276133056626676171
Binary11000111101111101011011010111011010110110111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BE5B; }

 p { color: rgb(199,190,91); }

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

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

 a { background-color: rgb(199,190,91); }

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

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

 span { border-color: rgb(199,190,91); }

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