#C4C14F

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

Shades of Celery #C4C14F

Tints of Celery #C4C14F

Color information

#C4C14F (or 0xC4C14F) is unknown color: approx Celery. HEX triplet: C4, C1 and 4F. RGB value is (196,193,79). Sum of RGB (Red+Green+Blue) = 196+193+79=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C14F is #3B3EB0. Grayscale: #B5B5B5. Windows color (decimal): -3882673 or 5226948. OLE color: 5226948.

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

Color convert

RGB19619379-
CMYK00.020.600.23
HSL58.46º49.79%53.92%-
HSV(B)58.46º59.69%76.86%-
XYZ43.2550.4414.85-
YUV180.970.49138.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 79 (31.25% from 255) = 16.88%
R=41.88%
G=41.24%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961937900.020.600.2358.4649.7953.92
HexC4C14F023C173a3236
Octal304301117027427726266
Binary1100010011000001100111101011110010111111010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C14F; }

 p { color: rgb(196,193,79); }

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

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

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

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

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

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

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