#C1C148

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

Shades of Celery #C1C148

Tints of Celery #C1C148

Color information

#C1C148 (or 0xC1C148) is unknown color: approx Celery. HEX triplet: C1, C1 and 48. RGB value is (193,193,72). Sum of RGB (Red+Green+Blue) = 193+193+72=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C148 is #3E3EB7. Grayscale: #B3B3B3. Windows color (decimal): -4079288 or 4768193. OLE color: 4768193.

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

Color convert

RGB19319372-
CMYK000.630.24
HSL60º49.39%51.96%-
HSV(B)60º62.69%75.69%-
XYZ42.2349.9513.55-
YUV179.2167.5137.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=42.14%
G=42.14%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319372000.630.246049.3951.96
HexC1C148003F183c3134
Octal301301110007730746164
Binary110000011100000110010000011111111000111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C148; }

 p { color: rgb(193,193,72); }

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

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

 a { background-color: rgb(193,193,72); }

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

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

 span { border-color: rgb(193,193,72); }

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