#C2C041

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

Shades of Celery #C2C041

Tints of Celery #C2C041

Color information

#C2C041 (or 0xC2C041) is unknown color: approx Celery. HEX triplet: C2, C0 and 41. RGB value is (194,192,65). Sum of RGB (Red+Green+Blue) = 194+192+65=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C041 is #3D3FBE. Grayscale: #B2B2B2. Windows color (decimal): -4014015 or 4309186. OLE color: 4309186.

HSL color Cylindrical-coordinate representation of color #C2C041: hue angle of 59.07º 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 #C2C041 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19419265-
CMYK00.010.660.24
HSL59.07º51.39%50.78%-
HSV(B)59.07º66.49%76.08%-
XYZ42.0549.5512.35-
YUV178.1264.16139.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=43.02%
G=42.57%
B=14.41%

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
Decimal1941926500.010.660.2459.0751.3950.78
HexC2C0410142183b3333
Octal3023001010110230736363
Binary1100001011000000100000101100001011000111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C041; }

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

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

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

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

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

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

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

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