#c4ce48

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

Shades of Celery #C4CE48

Tints of Celery #C4CE48

Color information

#C4CE48 (or 0xC4CE48) is unknown color: approx Celery. HEX triplet: C4, CE and 48. RGB value is (196,206,72). Sum of RGB (Red+Green+Blue) = 196+206+72=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE48 is #3B31B7. Grayscale: #BCBCBC. Windows color (decimal): -3879352 or 4771524. OLE color: 4771524.

HSL color Cylindrical-coordinate representation of color #C4CE48: hue angle of 64.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4CE48 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB19620672-
CMYK0.0500.650.19
HSL64.48º57.76%54.51%-
HSV(B)64.48º65.05%80.78%-
XYZ46.0156.3514.58-
YUV187.7362.69133.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 206 (80.86% from 255) = 43.46%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=41.35%
G=43.46%
B=15.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196206720.0500.650.1964.4857.7654.51
HexC4CE48504113403a37
Octal30431611050101231007267
Binary1100010011001110100100010101000001100111000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4ce48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4ce48; }

 p { color: rgb(196,206,72); }

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

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

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

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

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

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

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