#C3C14E

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

Shades of Celery #C3C14E

Tints of Celery #C3C14E

Color information

#C3C14E (or 0xC3C14E) is unknown color: approx Celery. HEX triplet: C3, C1 and 4E. RGB value is (195,193,78). Sum of RGB (Red+Green+Blue) = 195+193+78=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C14E is #3C3EB1. Grayscale: #B4B4B4. Windows color (decimal): -3948210 or 5161411. OLE color: 5161411.

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

Color convert

RGB19519378-
CMYK00.010.60.24
HSL58.97º49.37%53.53%-
HSV(B)58.97º60%76.47%-
XYZ42.9550.2914.65-
YUV180.4970.16138.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 78 (30.86% from 255) = 16.74%
R=41.85%
G=41.42%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951937800.010.60.2458.9749.3753.53
HexC3C14E013C183b3136
Octal303301116017430736166
Binary110000111100000110011100111110011000111011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C14E; }

 p { color: rgb(195,193,78); }

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

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

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

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

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

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

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