#C5C14B

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

Shades of Celery #C5C14B

Tints of Celery #C5C14B

Color information

#C5C14B (or 0xC5C14B) is unknown color: approx Celery. HEX triplet: C5, C1 and 4B. RGB value is (197,193,75). Sum of RGB (Red+Green+Blue) = 197+193+75=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C14B is #3A3EB4. Grayscale: #B5B5B5. Windows color (decimal): -3817141 or 4964805. OLE color: 4964805.

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

Color convert

RGB19719375-
CMYK00.020.620.23
HSL58.03º51.26%53.33%-
HSV(B)58.03º61.93%77.25%-
XYZ43.3750.5214.12-
YUV180.7468.33139.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=42.37%
G=41.51%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971937500.020.620.2358.0351.2653.33
HexC5C14B023E173a3335
Octal305301113027627726365
Binary1100010111000001100101101011111010111111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C14B; }

 p { color: rgb(197,193,75); }

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

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

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

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

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

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

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