#C2C440

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

Shades of Celery #C2C440

Tints of Celery #C2C440

Color information

#C2C440 (or 0xC2C440) is unknown color: approx Celery. HEX triplet: C2, C4 and 40. RGB value is (194,196,64). Sum of RGB (Red+Green+Blue) = 194+196+64=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C440 is #3D3BBF. Grayscale: #B4B4B4. Windows color (decimal): -4012992 or 4244674. OLE color: 4244674.

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

Color convert

RGB19419664-
CMYK0.0100.670.23
HSL60.91º52.8%50.98%-
HSV(B)60.91º67.35%76.86%-
XYZ42.9151.3212.49-
YUV180.3562.34137.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=42.73%
G=43.17%
B=14.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194196640.0100.670.2360.9152.850.98
HexC2C4401043173d3533
Octal3023041001010327756563
Binary1100001011000100100000010100001110111111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C440; }

 p { color: rgb(194,196,64); }

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

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

 a { background-color: rgb(194,196,64); }

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

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

 span { border-color: rgb(194,196,64); }

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