#C3C048

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

Shades of Celery #C3C048

Tints of Celery #C3C048

Color information

#C3C048 (or 0xC3C048) is unknown color: approx Celery. HEX triplet: C3, C0 and 48. RGB value is (195,192,72). Sum of RGB (Red+Green+Blue) = 195+192+72=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C048 is #3C3FB7. Grayscale: #B3B3B3. Windows color (decimal): -3948472 or 4767939. OLE color: 4767939.

HSL color Cylindrical-coordinate representation of color #C3C048: hue angle of 58.54º degrees, saturation: 0.51, 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 #C3C048 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19519272-
CMYK00.020.630.24
HSL58.54º50.62%52.35%-
HSV(B)58.54º63.08%76.47%-
XYZ42.5349.7713.5-
YUV179.2267.49139.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 72 (28.52% from 255) = 15.69%
R=42.48%
G=41.83%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951927200.020.630.2458.5450.6252.35
HexC3C048023F183b3334
Octal303300110027730736364
Binary1100001111000000100100001011111111000111011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C048; }

 p { color: rgb(195,192,72); }

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

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

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

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

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

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

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