#C2C042

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

Shades of Celery #C2C042

Tints of Celery #C2C042

Color information

#C2C042 (or 0xC2C042) is unknown color: approx Celery. HEX triplet: C2, C0 and 42. RGB value is (194,192,66). Sum of RGB (Red+Green+Blue) = 194+192+66=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C042 is #3D3FBD. Grayscale: #B2B2B2. Windows color (decimal): -4014014 or 4374722. OLE color: 4374722.

HSL color Cylindrical-coordinate representation of color #C2C042: hue angle of 59.06º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2C042 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19419266-
CMYK00.010.660.24
HSL59.06º51.2%50.98%-
HSV(B)59.06º65.98%76.08%-
XYZ42.0849.5612.5-
YUV178.2364.66139.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=42.92%
G=42.48%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941926600.010.660.2459.0651.250.98
HexC2C0420142183b3333
Octal3023001020110230736363
Binary1100001011000000100001001100001011000111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C042; }

 p { color: rgb(194,192,66); }

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

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

 a { background-color: rgb(194,192,66); }

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

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

 span { border-color: rgb(194,192,66); }

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