#c5c548

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

Shades of Celery #C5C548

Tints of Celery #C5C548

Color information

#C5C548 (or 0xC5C548) is unknown color: approx Celery. HEX triplet: C5, C5 and 48. RGB value is (197,197,72). Sum of RGB (Red+Green+Blue) = 197+197+72=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C548 is #3A3AB7. Grayscale: #B7B7B7. Windows color (decimal): -3816120 or 4769221. OLE color: 4769221.

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

Color convert

RGB19719772-
CMYK000.630.23
HSL60º51.87%52.75%-
HSV(B)60º63.45%77.25%-
XYZ44.1652.2713.89-
YUV182.7565.5138.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.27%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 72 (28.52% from 255) = 15.45%
R=42.27%
G=42.27%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719772000.630.236051.8752.75
HexC5C548003F173c3435
Octal305305110007727746465
Binary110001011100010110010000011111110111111100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c548; }

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

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

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

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

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

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

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

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