#c2c053

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

Shades of Celery #C2C053

Tints of Celery #C2C053

Color information

#C2C053 (or 0xC2C053) is unknown color: approx Celery. HEX triplet: C2, C0 and 53. RGB value is (194,192,83). Sum of RGB (Red+Green+Blue) = 194+192+83=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C053 is #3D3FAC. Grayscale: #B4B4B4. Windows color (decimal): -4013997 or 5488834. OLE color: 5488834.

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

Color convert

RGB19419283-
CMYK00.010.570.24
HSL58.92º47.64%54.31%-
HSV(B)58.92º57.22%76.08%-
XYZ42.6649.7915.55-
YUV180.1773.16137.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 83 (32.81% from 255) = 17.70%
R=41.36%
G=40.94%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941928300.010.570.2458.9247.6454.31
HexC2C0530139183b3036
Octal302300123017130736066
Binary110000101100000010100110111100111000111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2c053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2c053; }

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

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

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

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

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

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

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

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