#C2C551

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

Shades of Celery #C2C551

Tints of Celery #C2C551

Color information

#C2C551 (or 0xC2C551) is unknown color: approx Celery. HEX triplet: C2, C5 and 51. RGB value is (194,197,81). Sum of RGB (Red+Green+Blue) = 194+197+81=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C551 is #3D3AAE. Grayscale: #B7B7B7. Windows color (decimal): -4012719 or 5359042. OLE color: 5359042.

HSL color Cylindrical-coordinate representation of color #C2C551: hue angle of 61.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2C551 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB19419781-
CMYK0.0200.590.23
HSL61.55º50%54.51%-
HSV(B)61.55º58.88%77.25%-
XYZ43.75215.52-
YUV182.8870.51135.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 81 (32.03% from 255) = 17.16%
R=41.10%
G=41.74%
B=17.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194197810.0200.590.2361.555054.51
HexC2C551203B173e3237
Octal302305121207327766267
Binary1100001011000101101000110011101110111111110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C551; }

 p { color: rgb(194,197,81); }

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

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

 a { background-color: rgb(194,197,81); }

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

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

 span { border-color: rgb(194,197,81); }

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