#C1C540

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

Shades of Celery #C1C540

Tints of Celery #C1C540

Color information

#C1C540 (or 0xC1C540) is unknown color: approx Celery. HEX triplet: C1, C5 and 40. RGB value is (193,197,64). Sum of RGB (Red+Green+Blue) = 193+197+64=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C540 is #3E3ABF. Grayscale: #B5B5B5. Windows color (decimal): -4078272 or 4244929. OLE color: 4244929.

HSL color Cylindrical-coordinate representation of color #C1C540: hue angle of 61.8º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1C540 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19319764-
CMYK0.0200.680.23
HSL61.8º53.41%51.18%-
HSV(B)61.8º67.51%77.25%-
XYZ42.8851.6412.56-
YUV180.6462.17136.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=42.51%
G=43.39%
B=14.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal193197640.0200.680.2361.853.4151.18
HexC1C5402044173e3533
Octal3013051002010427766563
Binary11000001110001011000000100100010010111111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C540; }

 p { color: rgb(193,197,64); }

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

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

 a { background-color: rgb(193,197,64); }

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

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

 span { border-color: rgb(193,197,64); }

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