#C2C04C

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

Shades of Celery #C2C04C

Tints of Celery #C2C04C

Color information

#C2C04C (or 0xC2C04C) is unknown color: approx Celery. HEX triplet: C2, C0 and 4C. RGB value is (194,192,76). Sum of RGB (Red+Green+Blue) = 194+192+76=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C04C is #3D3FB3. Grayscale: #B3B3B3. Windows color (decimal): -4014004 or 5030082. OLE color: 5030082.

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

Color convert

RGB19419276-
CMYK00.010.610.24
HSL58.98º49.17%52.94%-
HSV(B)58.98º60.82%76.08%-
XYZ42.449.6914.19-
YUV179.3769.66138.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 76 (30.08% from 255) = 16.45%
R=41.99%
G=41.56%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941927600.010.610.2458.9849.1752.94
HexC2C04C013D183b3135
Octal302300114017530736165
Binary110000101100000010011000111110111000111011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C04C; }

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

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

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

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

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

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

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

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